Current user's upvoted, downvoted, hidden, saved, gilded posts are now available to see.

This commit is contained in:
Alex Ning
2019-08-14 15:54:08 +08:00
parent eaef58037c
commit 7cdf5d2e4c
21 changed files with 466 additions and 24 deletions

View File

@@ -20,6 +20,9 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity android:name=".AccountPostsActivity"
android:parentActivityName=".MainActivity"
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".EditCommentActivity"
android:label="@string/edit_comment_activity_label"