Sumbitting gif and video posts is now available.

This commit is contained in:
Alex Ning
2019-07-14 21:29:10 +08:00
parent 9d1e53b585
commit e0212985f8
13 changed files with 657 additions and 26 deletions

View File

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