summaryrefslogtreecommitdiff
path: root/res/layout/feedlist_item_grid.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-26 22:12:09 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-26 22:12:09 +0200
commitf1e71f6a3eb13ae0e649c7d38eb3d0d9db7ef6b2 (patch)
treeb609abf267ffce566f0f4120dfcdbd247e88b131 /res/layout/feedlist_item_grid.xml
parent616c247d84288c2d5924087a37e05a21ca036c43 (diff)
downloadAntennaPod-f1e71f6a3eb13ae0e649c7d38eb3d0d9db7ef6b2.zip
Adjusted image view attributes
Diffstat (limited to 'res/layout/feedlist_item_grid.xml')
-rw-r--r--res/layout/feedlist_item_grid.xml4
1 files changed, 3 insertions, 1 deletions
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" />
<LinearLayout
android:layout_width="0dp"