aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/StickyListHeaders/sample/res/layout/list_footer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/StickyListHeaders/sample/res/layout/list_footer.xml')
-rw-r--r--libraries/StickyListHeaders/sample/res/layout/list_footer.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/libraries/StickyListHeaders/sample/res/layout/list_footer.xml b/libraries/StickyListHeaders/sample/res/layout/list_footer.xml
deleted file mode 100644
index 4fa22c1f3..000000000
--- a/libraries/StickyListHeaders/sample/res/layout/list_footer.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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="700dip"
- android:gravity="center"
- android:layout_gravity="center"/>
-
-
-</FrameLayout> \ No newline at end of file