diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-01-20 23:33:44 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-01-20 23:33:44 +0100 |
commit | ccd75800c92051e4f7366ab65f9cc17f32f96f23 (patch) | |
tree | f3d72ab39d42ca87bcbe8704d6a1e8b5fc5f914a | |
parent | 287583d5c72bd9e2f77b8334280207305fbb5d41 (diff) | |
download | AntennaPod-ccd75800c92051e4f7366ab65f9cc17f32f96f23.zip |
increased clickable area of itemlist buttons
-rw-r--r-- | res/layout/feeditemlist_item.xml | 4 |
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> |