Refactored some of the untouched classes last time to support multi user. Bugs fixed related to subreddit selection in PostXXXActivity.

This commit is contained in:
Alex Ning
2019-08-08 11:14:18 +08:00
parent b5c9e98ec9
commit 1c8ba320bc
33 changed files with 299 additions and 211 deletions

View File

@@ -27,7 +27,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:gravity="center" />
android:gravity="center"
android:text="@string/no_subreddits"/>
</LinearLayout>