From 0044e0f91fcd60ee1ecef8aee175660161e867ad Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sat, 11 Aug 2012 17:34:17 +0200 Subject: Fixed imageview size --- res/layout/cover_fragment.xml | 13 ++++++++----- res/layout/feedlist_item_grid.xml | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'res/layout') diff --git a/res/layout/cover_fragment.xml b/res/layout/cover_fragment.xml index 8e4c15ae8..e449b44f4 100644 --- a/res/layout/cover_fragment.xml +++ b/res/layout/cover_fragment.xml @@ -23,12 +23,11 @@ android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_below="@+id/txtvTitle" - android:layout_marginBottom="8dp" android:gravity="center_horizontal" /> + android:adjustViewBounds="true" + android:scaleType="centerCrop" /> diff --git a/res/layout/feedlist_item_grid.xml b/res/layout/feedlist_item_grid.xml index 5e0b72e1a..53e9eeb10 100644 --- a/res/layout/feedlist_item_grid.xml +++ b/res/layout/feedlist_item_grid.xml @@ -5,8 +5,8 @@