aboutsummaryrefslogtreecommitdiff
path: root/res/layout/view_child_row.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-01-04 21:15:15 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-01-04 21:15:15 +0000
commit9f0e1e1520070a2d73137f799538c44c42c47c0c (patch)
tree0be4f0a3484ac1cec6078b3c997d3db79820b6af /res/layout/view_child_row.xml
downloadsouthamptonuniversitymap-9f0e1e1520070a2d73137f799538c44c42c47c0c.tar
southamptonuniversitymap-9f0e1e1520070a2d73137f799538c44c42c47c0c.tar.gz
Initial commit.
Diffstat (limited to 'res/layout/view_child_row.xml')
-rw-r--r--res/layout/view_child_row.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/layout/view_child_row.xml b/res/layout/view_child_row.xml
new file mode 100644
index 0000000..d1ac7f3
--- /dev/null
+++ b/res/layout/view_child_row.xml
@@ -0,0 +1,23 @@
+<?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"
+ android:paddingRight="10dp" >
+
+ <TextView
+ android:id="@+id/childname"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:focusable="false"
+ android:paddingLeft="50dp"
+ android:textSize="25dp" />
+
+ <CheckBox
+ android:id="@+id/check1"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:focusable="false"
+ android:gravity="right" />
+
+</LinearLayout> \ No newline at end of file