Preparing to submit image posts.

This commit is contained in:
Alex Ning
2019-07-13 00:05:38 +08:00
parent 8c55fbbde9
commit de4b53ddf0
12 changed files with 457 additions and 5 deletions

View File

@@ -19,6 +19,11 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
android:name=".PostImageActivity"
android:label="@string/post_image_activity_label"
android:parentActivityName=".MainActivity"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".PostLinkActivity"
android:label="@string/post_link_activity_label"