diff options
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> |