From 4373d3aa55845160fc81940af10755e7745b11b5 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 8 Nov 2018 14:13:17 +0800 Subject: Minor layout tweaks. --- app/src/main/res/layout/item_post.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index cd200590..a2a99cce 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -151,12 +151,14 @@ android:id="@+id/image_view_best_post_item" android:layout_width="match_parent" android:layout_height="wrap_content" + android:adjustViewBounds="true" android:scaleType="fitStart" /> - - + -- cgit v1.2.3