aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_media_viewer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/activity_media_viewer.xml')
-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"