From 8274704037ce37777a92a5ee1047c7aa72eb126f Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 26 Feb 2021 17:32:09 +0800 Subject: Minor layout issue fixed. --- app/src/main/res/layout/item_post_card_2_with_preview.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_post_card_2_with_preview.xml b/app/src/main/res/layout/item_post_card_2_with_preview.xml index 07e17a71..777be8ae 100644 --- a/app/src/main/res/layout/item_post_card_2_with_preview.xml +++ b/app/src/main/res/layout/item_post_card_2_with_preview.xml @@ -23,7 +23,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:adjustViewBounds="true" - android:scaleType="fitStart" /> + android:scaleType="fitStart" + android:visibility="gone" />