diff options
author | scria1000 <91804886+scria1000@users.noreply.github.com> | 2021-11-24 13:01:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 13:01:31 +0000 |
commit | ea1501b5a4e6a2afcf74c7eb4ab1b8835ea2980f (patch) | |
tree | 8f05bf8c43254ab4946fa2652a2dfa4f1ab05ce8 /app/src/main/res/layout/item_post_with_preview.xml | |
parent | d5770599f56f8ba1b7119de3b193d1daca7bb766 (diff) | |
parent | 1b39925cf8f050597e8c98266b724d2cb0334223 (diff) | |
download | infinity-for-reddit-ea1501b5a4e6a2afcf74c7eb4ab1b8835ea2980f.tar infinity-for-reddit-ea1501b5a4e6a2afcf74c7eb4ab1b8835ea2980f.tar.gz infinity-for-reddit-ea1501b5a4e6a2afcf74c7eb4ab1b8835ea2980f.tar.bz2 infinity-for-reddit-ea1501b5a4e6a2afcf74c7eb4ab1b8835ea2980f.tar.lz infinity-for-reddit-ea1501b5a4e6a2afcf74c7eb4ab1b8835ea2980f.tar.xz infinity-for-reddit-ea1501b5a4e6a2afcf74c7eb4ab1b8835ea2980f.tar.zst infinity-for-reddit-ea1501b5a4e6a2afcf74c7eb4ab1b8835ea2980f.zip |
Merge branch 'Docile-Alligator:master' into more-regex-fix
Diffstat (limited to 'app/src/main/res/layout/item_post_with_preview.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_with_preview.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_post_with_preview.xml b/app/src/main/res/layout/item_post_with_preview.xml index 91014578..e0162b1c 100644 --- a/app/src/main/res/layout/item_post_with_preview.xml +++ b/app/src/main/res/layout/item_post_with_preview.xml @@ -216,8 +216,7 @@ android:id="@+id/image_view_item_post_with_preview" android:layout_width="match_parent" android:layout_height="wrap_content" - android:adjustViewBounds="true" - android:scaleType="fitStart" /> + android:adjustViewBounds="true" /> <ImageView android:id="@+id/video_or_gif_indicator_image_view_item_post_with_preview" |