Animated GIF's now animate when viewed in fullscreen.
This commit is contained in:
parent
2b6bc8a5c7
commit
aec83c70fc
3 changed files with 90 additions and 1 deletions
13
app/src/main/res/layout/fragment_view_gif.xml
Normal file
13
app/src/main/res/layout/fragment_view_gif.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#60000000">
|
||||
|
||||
<WebView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/gif_view"
|
||||
android:layout_centerInParent="true" />
|
||||
|
||||
</RelativeLayout>
|
Loading…
Add table
Add a link
Reference in a new issue