diff options
Diffstat (limited to 'res/layout/bus_activity.xml')
-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 |