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.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml
index 2629265bc..0e40e762f 100644
--- a/res/layout/feeditemlist_item.xml
+++ b/res/layout/feeditemlist_item.xml
@@ -13,14 +13,25 @@
android:layout_height="wrap_content"
android:layout_below="@id/txtvItemname"
/>
- <Button
+ <ImageButton
android:id="@+id/butAction"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:text="More"
+ android:padding="8dp"
+ android:src="@drawable/navigation_expand"
android:background="@drawable/borderless_button"
android:layout_alignParentRight="true"
android:focusable="false"
+ android:focusableInTouchMode="false"
+ android:clickable="false"
/>
+ <ImageView
+ android:layout_height="match_parent"
+ android:layout_width="wrap_content"
+ android:src="@drawable/vertical_divider"
+ android:layout_alignParentRight="true"
+ android:layout_centerVertical="true"
+ android:layout_marginRight="28dp"
+ android:focusable="false"/>
</RelativeLayout>