summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-01-20 23:22:11 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-01-20 23:22:11 +0100
commit287583d5c72bd9e2f77b8334280207305fbb5d41 (patch)
tree9955e1b03526a51e8765508b92eb1b29b2d3cd98 /res/layout
parent21f8db09e0e9fffae50cdeae05866dbb367263f1 (diff)
downloadAntennaPod-287583d5c72bd9e2f77b8334280207305fbb5d41.zip
Use spinner icon instead of arrow for feeditemlist buttons
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeditemlist_item.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 8058aafeb..bb6a38ee2 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -87,17 +87,19 @@
<ImageButton
android:id="@id/butAction"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
+ android:layout_width="48dp"
+ android:layout_height="48dp"
android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
+ android:layout_alignParentBottom="true"
android:background="?attr/borderless_button"
android:clickable="false"
android:focusable="false"
android:focusableInTouchMode="false"
- android:padding="8dp"
- android:scaleType="center"
- android:src="?attr/navigation_expand" />
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp"
+ android:paddingTop="16dp"
+ android:scaleType="centerCrop"
+ android:src="?attr/spinner_button" />
</RelativeLayout>
</LinearLayout> \ No newline at end of file