diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-11-12 03:51:08 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-11-12 03:51:08 +0000 |
commit | 0aaa63b6f67030d57ae2852e02680a4f0e061069 (patch) | |
tree | de418b923654af2337d388b392ba7b9cc6ce74a1 /app/src/main/res | |
parent | 74ae9a8b683fd1550a01ac6c2e3f1241c80464e9 (diff) | |
download | infinity-for-reddit-0aaa63b6f67030d57ae2852e02680a4f0e061069.tar infinity-for-reddit-0aaa63b6f67030d57ae2852e02680a4f0e061069.tar.gz infinity-for-reddit-0aaa63b6f67030d57ae2852e02680a4f0e061069.tar.bz2 infinity-for-reddit-0aaa63b6f67030d57ae2852e02680a4f0e061069.tar.lz infinity-for-reddit-0aaa63b6f67030d57ae2852e02680a4f0e061069.tar.xz infinity-for-reddit-0aaa63b6f67030d57ae2852e02680a4f0e061069.tar.zst infinity-for-reddit-0aaa63b6f67030d57ae2852e02680a4f0e061069.zip |
Show low-resolution images in compact layout. Send notifications of messages that are received after the last notification.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/item_post_compact.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post_compact.xml b/app/src/main/res/layout/item_post_compact.xml index ecef2387..f8c48962 100644 --- a/app/src/main/res/layout/item_post_compact.xml +++ b/app/src/main/res/layout/item_post_compact.xml @@ -239,7 +239,7 @@ android:id="@+id/image_view_best_post_item" android:layout_width="match_parent" android:layout_height="match_parent" - android:scaleType="centerCrop" /> + android:scaleType="center" /> </RelativeLayout> |