Click the subreddit icon or the subreddit name to view the subreddit's details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.

This commit is contained in:
Alex Ning
2018-09-21 23:35:57 +08:00
parent 5c51450a8e
commit 88e4cf810f
18 changed files with 278 additions and 62 deletions

View File

@@ -44,8 +44,12 @@
android:parentActivityName=".MainActivity" />
<activity
android:name=".ViewSubredditDetailActivity"
android:theme="@style/AppTheme.NoActionBar"
android:parentActivityName=".MainActivity" />
android:parentActivityName=".MainActivity"
android:theme="@style/AppTheme.NoActionBarWithTranslucentStatusBar" />
<activity
android:name=".ViewUserDetailActivity"
android:label="@string/title_activity_view_user_detail"
android:theme="@style/AppTheme.NoActionBar" />
</application>
</manifest>