summaryrefslogtreecommitdiffstats
path: root/Android/05-UserInterface/UILab/res/layout/footer_view.xml
blob: 311856f59340671e8a5173c8b67ce76c344c919e (plain)
1
2
3
4
5
6
7
8
9
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>