diff options
Diffstat (limited to 'app/src/main/res')
-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 83335fbd..de83f336 100644 --- a/app/src/main/res/layout/item_post_compact.xml +++ b/app/src/main/res/layout/item_post_compact.xml @@ -225,7 +225,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/thumbnail_compact_layout_rounded_edge" - android:scaleType="center" /> + android:scaleType="centerCrop" /> <ImageView android:id="@+id/play_button_image_view_item_post_compact" |