summaryrefslogtreecommitdiffstats
path: root/Android/05-UserInterface/UILab/res/layout/footer_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Android/05-UserInterface/UILab/res/layout/footer_view.xml')
-rw-r--r--Android/05-UserInterface/UILab/res/layout/footer_view.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android/05-UserInterface/UILab/res/layout/footer_view.xml b/Android/05-UserInterface/UILab/res/layout/footer_view.xml
new file mode 100644
index 0000000..311856f
--- /dev/null
+++ b/Android/05-UserInterface/UILab/res/layout/footer_view.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/footerView"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
+ android:text="@string/add_new_todo_item_string"
+ android:textSize="24sp" >
+
+</TextView> \ No newline at end of file