summaryrefslogtreecommitdiffstats
path: root/Android/05-UserInterface/UILab/res/layout/footer_view.xml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-03-02 12:08:46 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-11-10 17:40:55 +0100
commitd1d4b77dccabb24d88cb3de78d6e9c374ddf5676 (patch)
tree213594b3435b002f2b92e99c6c833e82f360e236 /Android/05-UserInterface/UILab/res/layout/footer_view.xml
parent36280db96fe3e135b64e85365b346d387b5dba18 (diff)
downloadcoursera-d1d4b77dccabb24d88cb3de78d6e9c374ddf5676.zip
coursera-d1d4b77dccabb24d88cb3de78d6e9c374ddf5676.tar.gz
Android : 05-UserInterface: add
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