summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-01-27 19:37:49 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-01-27 19:37:49 +0100
commita227e0ebfdbde997f81b6a0715b55c3d63137819 (patch)
treedebd948191321335d88704d4ddc21c855a3b2b2d /res
parentbe9018e84385e2266e4823505721e0c5b3cabc55 (diff)
downloadAntennaPod-a227e0ebfdbde997f81b6a0715b55c3d63137819.zip
Implemented queue and unread items menu
Diffstat (limited to 'res')
-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