Set NSFW and spoiler are now available.

This commit is contained in:
Alex Ning
2019-08-13 15:29:27 +08:00
parent 81e0897a1f
commit 6872faa93d
8 changed files with 200 additions and 86 deletions

View File

@@ -22,11 +22,13 @@
android:usesCleartextTraffic="true">
<activity
android:name=".EditCommentActivity"
android:label="@string/edit_comment_activity_label"
android:parentActivityName=".MainActivity"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".EditPostActivity"
android:label="@string/edit_post_activity_label"
android:parentActivityName=".MainActivity"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustResize" />