summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-01-20 23:33:44 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-01-20 23:33:44 +0100
commitccd75800c92051e4f7366ab65f9cc17f32f96f23 (patch)
treef3d72ab39d42ca87bcbe8704d6a1e8b5fc5f914a /res
parent287583d5c72bd9e2f77b8334280207305fbb5d41 (diff)
downloadAntennaPod-ccd75800c92051e4f7366ab65f9cc17f32f96f23.zip
increased clickable area of itemlist buttons
Diffstat (limited to 'res')
-rw-r--r--res/layout/feeditemlist_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index bb6a38ee2..7918c1361 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -88,7 +88,7 @@
<ImageButton
android:id="@id/butAction"
android:layout_width="48dp"
- android:layout_height="48dp"
+ android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:background="?attr/borderless_button"
@@ -98,7 +98,7 @@
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingTop="16dp"
- android:scaleType="centerCrop"
+ android:scaleType="fitEnd"
android:src="?attr/spinner_button" />
</RelativeLayout>