aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-16 13:43:51 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-16 13:43:51 +0000
commit86629c735d4f7c48e1562825ca63ba3335363cbb (patch)
tree87ff143b433350c531800428c6182e6568e44e9e /res
parente20303f3de0782c31a0a794d1be4a06e3b4a0c76 (diff)
downloadsouthamptonuniversitymap-86629c735d4f7c48e1562825ca63ba3335363cbb.tar
southamptonuniversitymap-86629c735d4f7c48e1562825ca63ba3335363cbb.tar.gz
ARRRRRRRGHH, bus routes dont work, the U6 route loops over the same ground twice by wessex lane, traveling in the same direction, breaking the BusRoute.moveInRoute code :(
Diffstat (limited to 'res')
-rw-r--r--res/layout/bus_activity.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/res/layout/bus_activity.xml b/res/layout/bus_activity.xml
index b78f78a..3037916 100644
--- a/res/layout/bus_activity.xml
+++ b/res/layout/bus_activity.xml
@@ -94,21 +94,6 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
</ListView>
-
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/busActivityLoadBarLayout"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center"
- android:orientation="vertical" >
-
- <ProgressBar
- android:id="@+id/busActivityLoadBar"
- style="?android:attr/progressBarStyleLarge"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
- </LinearLayout>
</LinearLayout>
</LinearLayout> \ No newline at end of file