diff options
author | Hermes Junior <ohermesjunior@gmail.com> | 2020-06-15 21:47:51 +0000 |
---|---|---|
committer | OHermesJunior <ohermesjunior@gmail.com> | 2020-06-15 21:47:51 +0000 |
commit | 49c2c7a7467a1202760b9763e5fcbb1fb1d982a3 (patch) | |
tree | d209b07495dff4558b62c8d3cdee914d113c2bbf /app/src/main/res | |
parent | 0d818c02e90782cc3228c88290699041efd425b4 (diff) | |
download | infinity-for-reddit-49c2c7a7467a1202760b9763e5fcbb1fb1d982a3.tar infinity-for-reddit-49c2c7a7467a1202760b9763e5fcbb1fb1d982a3.tar.gz infinity-for-reddit-49c2c7a7467a1202760b9763e5fcbb1fb1d982a3.tar.bz2 infinity-for-reddit-49c2c7a7467a1202760b9763e5fcbb1fb1d982a3.tar.lz infinity-for-reddit-49c2c7a7467a1202760b9763e5fcbb1fb1d982a3.tar.xz infinity-for-reddit-49c2c7a7467a1202760b9763e5fcbb1fb1d982a3.tar.zst infinity-for-reddit-49c2c7a7467a1202760b9763e5fcbb1fb1d982a3.zip |
Fix branch rebase.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/activity_view_image_or_gif.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/src/main/res/layout/activity_view_image_or_gif.xml b/app/src/main/res/layout/activity_view_image_or_gif.xml index 50bfffca..019bbc7b 100644 --- a/app/src/main/res/layout/activity_view_image_or_gif.xml +++ b/app/src/main/res/layout/activity_view_image_or_gif.xml @@ -26,15 +26,14 @@ <com.alexvasilkov.gestures.views.GestureFrameLayout android:id="@+id/gesture_layout_view_image_or_gif_activity" android:layout_width="match_parent" - android:layout_height="match_parent" - android:adjustViewBounds="true" - android:scaleType="fitCenter" - app:gest_fillViewport="true" /> + android:layout_height="match_parent"> <pl.droidsonroids.gif.GifImageView android:id="@+id/image_view_view_image_or_gif_activity" android:layout_width="match_parent" android:layout_height="match_parent" + android:adjustViewBounds="true" + android:scaleType="fitCenter" app:gest_fillViewport="true" /> </com.alexvasilkov.gestures.views.GestureFrameLayout> |