aboutsummaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-01 20:36:22 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-01 20:36:22 +0000
commit75dc55b83cf983872f3f84b8950da27738f46b3e (patch)
treeeb502cf963ce67a837477b1e04ec7c74aa20b57e /res/layout
parent8e2005fa2650b142b89799249b07ea72bdbcc906 (diff)
downloadsouthamptonuniversitymap-75dc55b83cf983872f3f84b8950da27738f46b3e.tar
southamptonuniversitymap-75dc55b83cf983872f3f84b8950da27738f46b3e.tar.gz
Better toasts in the BusStopActivity, many other improvements.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/bus_activity.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/layout/bus_activity.xml b/res/layout/bus_activity.xml
index f8bbe59..d8b26f6 100644
--- a/res/layout/bus_activity.xml
+++ b/res/layout/bus_activity.xml
@@ -14,11 +14,17 @@
<TextView
android:id="@+id/busActivityBusID"
- android:layout_width="wrap_content"
+ android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>
+ <TextView
+ android:id="@+id/busActivityBusDestination"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge" />
+
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/busActivityContentLayout"