aboutsummaryrefslogtreecommitdiff
path: root/res/layout/view_child_row.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-02 16:42:47 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-02 16:42:47 +0000
commitb47ae24a17925619029500a56998860496ce308f (patch)
tree0e604126b3cc89aaa15f4b54196470e1caf6fce8 /res/layout/view_child_row.xml
parentce7543bef301f2a622023b2633166409de93d09e (diff)
parent43dfbdb57dd39f24a824c9c33c8886481ba25cb9 (diff)
downloadsouthamptonuniversitymap-b47ae24a17925619029500a56998860496ce308f.tar
southamptonuniversitymap-b47ae24a17925619029500a56998860496ce308f.tar.gz
Merge branch 'dev' of github.com:cbaines/SouthamptonUniversityMap into dev
Diffstat (limited to 'res/layout/view_child_row.xml')
-rw-r--r--res/layout/view_child_row.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/res/layout/view_child_row.xml b/res/layout/view_child_row.xml
index 687cbee..bd4b3d5 100644
--- a/res/layout/view_child_row.xml
+++ b/res/layout/view_child_row.xml
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
+ android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:gravity="right"
- android:orientation="horizontal"
- android:paddingRight="10dp" >
+ android:paddingLeft="50dp" >
<TextView
android:id="@+id/childname"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:layout_height="fill_parent"
+ android:layout_gravity="left"
android:focusable="false"
- android:paddingLeft="50dp"
- android:textSize="17dp" />
+ android:textSize="18dp" />
<CheckBox
android:id="@+id/check1"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_height="fill_parent"
android:layout_gravity="right"
+ android:layout_weight="1"
android:focusable="false"
android:gravity="right" />