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

@ -32,6 +32,7 @@
android:name=".ComposeActivity"
android:windowSoftInputMode="stateVisible|adjustResize" />
<activity android:name=".ViewVideoActivity" />
<activity android:name=".ViewThreadActivity" />
</application>
</manifest>