summaryrefslogtreecommitdiff
path: root/res/layout/feeditemlist_header.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-01-25 23:26:47 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-01-25 23:26:47 +0100
commit96aa72c0ab5869d3ade69974616b3f1d4c49ae72 (patch)
tree125d4a5a2839f561febe204ea9433da5ea5404e7 /res/layout/feeditemlist_header.xml
parentbf14dced03452e25b8031b336900ba33760850dc (diff)
downloadAntennaPod-96aa72c0ab5869d3ade69974616b3f1d4c49ae72.zip
Added OnClickListener for header view
Diffstat (limited to 'res/layout/feeditemlist_header.xml')
-rw-r--r--res/layout/feeditemlist_header.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/res/layout/feeditemlist_header.xml b/res/layout/feeditemlist_header.xml
index a88cd992a..b0fbbcb9c 100644
--- a/res/layout/feeditemlist_header.xml
+++ b/res/layout/feeditemlist_header.xml
@@ -4,15 +4,26 @@
android:layout_height="match_parent"
android:background="?attr/borderless_button" >
+ <ImageView
+ android:id="@+id/imgvHeaderArrow"
+ android:layout_width="@dimen/thumbnail_length"
+ android:layout_height="match_parent"
+ android:layout_alignParentLeft="true"
+ android:layout_centerVertical="true"
+ android:padding="12dp"
+ android:scaleType="fitEnd"
+ android:src="?attr/navigation_expand" />
+
<TextView
android:id="@+id/txtvHeaderTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginBottom="24dp"
- android:layout_marginLeft="16dp"
+ android:layout_marginLeft="8dp"
android:layout_marginRight="16dp"
android:layout_marginTop="24dp"
+ android:layout_toRightOf="@id/imgvHeaderArrow"
android:textColor="@color/bright_blue"
android:textSize="@dimen/text_size_large"
android:textStyle="bold" />