aboutsummaryrefslogtreecommitdiff
path: root/res/layout/bus_stop_activity.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-29 16:31:18 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-29 16:31:18 +0000
commitf58d7d1fc227ed7de50ef5d48a49ff6709f3197b (patch)
tree55375a1f49970e8f965fa6b5673898e9aa7f1547 /res/layout/bus_stop_activity.xml
parentcde3c08d7e9e486d7d1a795832ea1b767d96a4f3 (diff)
downloadsouthamptonuniversitymap-f58d7d1fc227ed7de50ef5d48a49ff6709f3197b.tar
southamptonuniversitymap-f58d7d1fc227ed7de50ef5d48a49ff6709f3197b.tar.gz
Fix the bus stop movement, havent fully tested this yet as the live bus data is not working...
Diffstat (limited to 'res/layout/bus_stop_activity.xml')
-rw-r--r--res/layout/bus_stop_activity.xml14
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"