aboutsummaryrefslogtreecommitdiff
path: root/res/layout/view_group_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/view_group_row.xml')
-rw-r--r--res/layout/view_group_row.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/layout/view_group_row.xml b/res/layout/view_group_row.xml
new file mode 100644
index 0000000..7b5989a
--- /dev/null
+++ b/res/layout/view_group_row.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal" >
+
+ <TextView
+ android:id="@+id/childname"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:paddingLeft="50dp"
+ android:paddingTop="5dp"
+ android:textSize="28dp" />
+
+</LinearLayout> \ No newline at end of file