diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-02-16 13:43:51 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-02-16 13:43:51 +0000 |
commit | 86629c735d4f7c48e1562825ca63ba3335363cbb (patch) | |
tree | 87ff143b433350c531800428c6182e6568e44e9e /res | |
parent | e20303f3de0782c31a0a794d1be4a06e3b4a0c76 (diff) | |
download | southamptonuniversitymap-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.xml | 15 |
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 |