From f1e71f6a3eb13ae0e649c7d38eb3d0d9db7ef6b2 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 26 Aug 2012 22:12:09 +0200 Subject: Adjusted image view attributes --- res/layout/cover_fragment.xml | 6 +++--- res/layout/feedlist_item_grid.xml | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'res/layout') 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" />