Add an option to automatically try loading removed gfycat videos on Redgifs.

This commit is contained in:
Alex Ning
2020-06-20 22:02:18 +08:00
parent 9f16b6c25a
commit dce5777fbb
8 changed files with 85 additions and 55 deletions

View File

@@ -15,7 +15,8 @@
android:layout_height="match_parent"
android:fillViewport="true">
<RelativeLayout
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:id="@+id/coordinator_layout_view_video_activity"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -29,10 +30,10 @@
android:id="@+id/progress_bar_view_video_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_gravity="center"
android:visibility="gone" />
</RelativeLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.core.widget.NestedScrollView>