summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-01-23 20:12:02 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-01-23 20:12:02 +0100
commitbf14dced03452e25b8031b336900ba33760850dc (patch)
tree1256ae954ed29d2576919e790fb7b27ff6fa103e /res
parent65d413cbb892be1a457be07f03122b1bbb56a9c9 (diff)
downloadAntennaPod-bf14dced03452e25b8031b336900ba33760850dc.zip
Added header views to external feeditemlists
Diffstat (limited to 'res')
-rw-r--r--res/layout/feeditemlist_header.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/layout/feeditemlist_header.xml b/res/layout/feeditemlist_header.xml
new file mode 100644
index 000000000..a88cd992a
--- /dev/null
+++ b/res/layout/feeditemlist_header.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="?attr/borderless_button" >
+
+ <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_marginRight="16dp"
+ android:layout_marginTop="24dp"
+ android:textColor="@color/bright_blue"
+ android:textSize="@dimen/text_size_large"
+ android:textStyle="bold" />
+
+</RelativeLayout> \ No newline at end of file