aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_media_viewer.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-10-22 21:23:44 +0200
committerChristian Schneppe <christian@pix-art.de>2018-10-22 21:23:44 +0200
commite42c9a515c127e1106a43a62b6aee1e492813f2b (patch)
treee6527b0d0d429d6f342ab2af56fcc91d6a191849 /src/main/res/layout/activity_media_viewer.xml
parent8fd5796fd18af4cb4741781b9b39c02b86ad4534 (diff)
bring back animated gif view in MediaViewer
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_media_viewer.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_media_viewer.xml b/src/main/res/layout/activity_media_viewer.xml
index 2eaad0d04..33f6a1059 100644
--- a/src/main/res/layout/activity_media_viewer.xml
+++ b/src/main/res/layout/activity_media_viewer.xml
@@ -20,6 +20,13 @@
android:adjustViewBounds="true"
android:visibility="gone" />
+ <pl.droidsonroids.gif.GifImageView
+ android:id="@id/message_gif_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:adjustViewBounds="true"
+ android:visibility="gone" />
+
<com.github.rtoshiro.view.video.FullscreenVideoLayout
android:id="@id/message_video_view"
android:layout_width="match_parent"