summaryrefslogtreecommitdiff
path: root/res/layout/feeditemlist_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/feeditemlist_header.xml')
-rw-r--r--res/layout/feeditemlist_header.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/layout/feeditemlist_header.xml b/res/layout/feeditemlist_header.xml
index 9f7b4dad9..cfe573eac 100644
--- a/res/layout/feeditemlist_header.xml
+++ b/res/layout/feeditemlist_header.xml
@@ -17,5 +17,21 @@
android:textColor="@color/bright_blue"
android:textSize="@dimen/text_size_large"
android:textStyle="bold" />
+
+ <ImageButton
+ android:id="@+id/butAction"
+ android:layout_width="48dp"
+ android:layout_height="match_parent"
+ android:layout_alignParentBottom="true"
+ android:layout_alignParentRight="true"
+ android:background="?attr/borderless_button"
+ android:clickable="false"
+ android:focusable="false"
+ android:focusableInTouchMode="false"
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp"
+ android:paddingTop="16dp"
+ android:scaleType="fitEnd"
+ android:src="?attr/spinner_button" />
</RelativeLayout> \ No newline at end of file