summaryrefslogtreecommitdiff
path: root/res/layout
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
parent616c247d84288c2d5924087a37e05a21ca036c43 (diff)
downloadAntennaPod-f1e71f6a3eb13ae0e649c7d38eb3d0d9db7ef6b2.zip
Adjusted image view attributes
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/cover_fragment.xml6
-rw-r--r--res/layout/feedlist_item_grid.xml4
2 files changed, 6 insertions, 4 deletions
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 @@
<ImageView
android:id="@+id/imgvCover"
- android:layout_marginLeft="60dp"
- android:layout_marginRight="60dp"
+ android:layout_marginLeft="50dp"
+ android:layout_marginRight="50dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="4dp"
android:layout_width="match_parent"
@@ -46,7 +46,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:adjustViewBounds="true"
- android:scaleType="centerCrop" />
+ android:scaleType="centerInside" />
</LinearLayout>
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"