Support viewing gfycat videos in app.

This commit is contained in:
Alex Ning
2020-05-28 22:16:07 +08:00
parent 8d715956cb
commit 066956971a
11 changed files with 264 additions and 74 deletions

View File

@@ -21,10 +21,11 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label">
<activity android:name=".Activity.ReportActivity"
<activity
android:name=".Activity.ReportActivity"
android:label="@string/report_activity_label"
android:parentActivityName=".Activity.MainActivity"
android:theme="@style/AppTheme.NoActionBar"/>
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".Activity.SelectedSubredditsActivity"
android:label="@string/selected_subeddits_activity_label"