aboutsummaryrefslogtreecommitdiff
path: root/res/layout/bus_route_activity.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-28 22:22:27 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-28 22:22:27 +0000
commit5f2b8712079aeb5b7cee476b06b36013edac4fb3 (patch)
tree99c01ccf78dc130a8ca9b8a2d19384b9f91e1768 /res/layout/bus_route_activity.xml
parent0b5aefbe0ff01638dd264222c5368ad02a0fe1ee (diff)
downloadsouthamptonuniversitymap-5f2b8712079aeb5b7cee476b06b36013edac4fb3.tar
southamptonuniversitymap-5f2b8712079aeb5b7cee476b06b36013edac4fb3.tar.gz
Next release, many improvements.
Diffstat (limited to 'res/layout/bus_route_activity.xml')
-rw-r--r--res/layout/bus_route_activity.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/bus_route_activity.xml b/res/layout/bus_route_activity.xml
index 94a0d07..48cdadc 100644
--- a/res/layout/bus_route_activity.xml
+++ b/res/layout/bus_route_activity.xml
@@ -8,7 +8,7 @@
<TextView
android:id="@+id/busRouteActivityCode"
- android:layout_width="wrap_content"
+ android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge" />
@@ -22,13 +22,15 @@
android:id="@+id/busRouteActivityLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:paddingRight="5dp"
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
android:id="@+id/busRouteActivityID"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium" />
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:visibility="gone" />
</LinearLayout>
<ListView