diff --git a/res/layout/cover_fragment.xml b/res/layout/cover_fragment.xml index 193d76a6f..bef490163 100644 --- a/res/layout/cover_fragment.xml +++ b/res/layout/cover_fragment.xml @@ -37,8 +37,8 @@ + android:scaleType="centerInside" /> diff --git a/res/layout/feedlist_item_grid.xml b/res/layout/feedlist_item_grid.xml index 5e0b72e1a..95e0c3010 100644 --- a/res/layout/feedlist_item_grid.xml +++ b/res/layout/feedlist_item_grid.xml @@ -10,7 +10,9 @@ android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:layout_margin="8dp" - android:cropToPadding="true" /> + android:adjustViewBounds="true" + android:cropToPadding="true" + android:scaleType="fitXY" />