Adds a toot thread viewing mode. Also, many files were missing and didn't push so the previous commits may have been very wrong?

This commit is contained in:
Vavassor 2017-01-23 00:19:30 -05:00
commit b00a3cf443
31 changed files with 1274 additions and 566 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical" />