aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-11-12 03:51:08 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-11-12 03:51:08 +0000
commit0aaa63b6f67030d57ae2852e02680a4f0e061069 (patch)
treede418b923654af2337d388b392ba7b9cc6ce74a1 /app/src/main/res
parent74ae9a8b683fd1550a01ac6c2e3f1241c80464e9 (diff)
downloadinfinity-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.xml2
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>