aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-02 13:25:54 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-02 13:25:54 +0000
commitc6a06b18bf99c96f6aacf9edc902067e2be0473a (patch)
tree1858ea74ff87f237441f2623dbf64e66c8f0f251 /res
parent08f3ae85b14a11c3010a94b584fcb6eef9350943 (diff)
downloadsouthamptonuniversitymap-c6a06b18bf99c96f6aacf9edc902067e2be0473a.tar
southamptonuniversitymap-c6a06b18bf99c96f6aacf9edc902067e2be0473a.tar.gz
Slightly better working view dialog.
Diffstat (limited to 'res')
-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" />