aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/StickyListHeaders/sample/res/layout/list_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/StickyListHeaders/sample/res/layout/list_header.xml')
-rw-r--r--libraries/StickyListHeaders/sample/res/layout/list_header.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/StickyListHeaders/sample/res/layout/list_header.xml b/libraries/StickyListHeaders/sample/res/layout/list_header.xml
new file mode 100644
index 000000000..97d46c69b
--- /dev/null
+++ b/libraries/StickyListHeaders/sample/res/layout/list_header.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+
+ <TextView android:text="@string/app_name"
+ android:layout_width="match_parent"
+ android:layout_height="400dip"
+ android:gravity="center"
+ android:layout_gravity="center"/>
+
+
+</FrameLayout> \ No newline at end of file