diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-01 20:36:22 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-01 20:36:22 +0000 |
commit | 75dc55b83cf983872f3f84b8950da27738f46b3e (patch) | |
tree | eb502cf963ce67a837477b1e04ec7c74aa20b57e /res/layout | |
parent | 8e2005fa2650b142b89799249b07ea72bdbcc906 (diff) | |
download | southamptonuniversitymap-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.xml | 8 |
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" |