summaryrefslogtreecommitdiff
path: root/res/layout/feeditemlist_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/feeditemlist_item.xml')
-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