diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-14 18:05:37 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-14 18:05:37 +0000 |
commit | 4d8977583a8b90d464dd4298b14d0bd6778618f5 (patch) | |
tree | 0823165b4c4c804d1777992cc41fcf784765540c /res/layout | |
parent | 19e189ef9ed67f382fea00e48f997ce8e979f030 (diff) | |
download | southamptonuniversitymap-4d8977583a8b90d464dd4298b14d0bd6778618f5.tar southamptonuniversitymap-4d8977583a8b90d464dd4298b14d0bd6778618f5.tar.gz |
Stoped the progress bars on the Bus activity from replacing the times.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/bus_specific_stop_view.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/bus_specific_stop_view.xml b/res/layout/bus_specific_stop_view.xml index 6787540..ed0dee0 100644 --- a/res/layout/bus_specific_stop_view.xml +++ b/res/layout/bus_specific_stop_view.xml @@ -19,16 +19,16 @@ android:layout_alignParentRight="true" android:layout_centerVertical="true" android:gravity="center_vertical" - android:orientation="vertical" > + android:orientation="horizontal" > - <ProgressBar - android:id="@+id/busSpecificStopViewProgressBar" - style="?android:attr/progressBarStyleSmall" + <TextView + android:id="@+id/busSpecificStopViewTime" android:layout_width="wrap_content" android:layout_height="wrap_content" /> - <TextView - android:id="@+id/busSpecificStopViewTime" + <ProgressBar + android:id="@+id/busSpecificStopViewProgressBar" + style="?android:attr/progressBarStyleSmall" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout> |