aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-07 22:37:01 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-07 22:37:01 +0000
commit3a1e26a108f4288072ffa9c7d8cf6b7a4e54ef96 (patch)
treefca5dfb6c6dd786bfdf7b64b081ee722a145a248
parent8079c02095db7a90ecde6ee5cf66f1ecb56e51f2 (diff)
downloadsouthamptonuniversitymap-3a1e26a108f4288072ffa9c7d8cf6b7a4e54ef96.tar
southamptonuniversitymap-3a1e26a108f4288072ffa9c7d8cf6b7a4e54ef96.tar.gz
Finaly got the progress things centered...
-rw-r--r--res/layout/bus_specific_stop_view.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/bus_specific_stop_view.xml b/res/layout/bus_specific_stop_view.xml
index 85ee8a7..6787540 100644
--- a/res/layout/bus_specific_stop_view.xml
+++ b/res/layout/bus_specific_stop_view.xml
@@ -17,7 +17,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
- android:layout_alignParentTop="true" >
+ android:layout_centerVertical="true"
+ android:gravity="center_vertical"
+ android:orientation="vertical" >
<ProgressBar
android:id="@+id/busSpecificStopViewProgressBar"