Fix gif too small in ViewImageOrGifActivity. Hide immersive interface entry if the device has Android version lower than 8.0.

This commit is contained in:
Alex Ning
2020-07-15 10:42:46 +08:00
parent c97120528b
commit a9ba807cf4
10 changed files with 30 additions and 80 deletions

View File

@@ -19,8 +19,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:optimizeDisplay="true"
app:tapToRetry="false"
app:initScaleType="centerInside" />
app:tapToRetry="false"/>
<LinearLayout
android:id="@+id/load_image_error_linear_layout_view_image_or_gif_activity"