diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-01 13:42:29 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-01 13:42:29 +0000 |
commit | 7125dc4757c29dfe9f451e51078ff59ce1521a6c (patch) | |
tree | b1b300cce753daafebae5c961fc57c560b7a0491 /res | |
parent | 4619835948a40c3ecffe3c7001cab295e58e5bdd (diff) | |
download | southamptonuniversitymap-7125dc4757c29dfe9f451e51078ff59ce1521a6c.tar southamptonuniversitymap-7125dc4757c29dfe9f451e51078ff59ce1521a6c.tar.gz |
Fix the bus stop movement, havent fully tested this yet as the live bus data is not working...
Conflicts:
gen/net/cbaines/suma/R.java
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/bus_stop_activity.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/res/layout/bus_stop_activity.xml b/res/layout/bus_stop_activity.xml index 3f4dc98..7875852 100644 --- a/res/layout/bus_stop_activity.xml +++ b/res/layout/bus_stop_activity.xml @@ -107,13 +107,6 @@ android:gravity="center" android:orientation="vertical" > - <TextView - android:id="@+id/busStopMessage" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="" - android:textAppearance="?android:attr/textAppearanceLarge" /> - <ListView android:id="@+id/busStopTimes" android:layout_width="fill_parent" @@ -128,6 +121,13 @@ android:gravity="center" android:orientation="vertical" > + <TextView + android:id="@+id/busStopMessage" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="" + android:textAppearance="?android:attr/textAppearanceLarge" /> + <ProgressBar android:id="@+id/busStopLoadBar" style="?android:attr/progressBarStyleLarge" |