diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-07 22:37:01 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-07 22:37:01 +0000 |
commit | 3a1e26a108f4288072ffa9c7d8cf6b7a4e54ef96 (patch) | |
tree | fca5dfb6c6dd786bfdf7b64b081ee722a145a248 | |
parent | 8079c02095db7a90ecde6ee5cf66f1ecb56e51f2 (diff) | |
download | southamptonuniversitymap-3a1e26a108f4288072ffa9c7d8cf6b7a4e54ef96.tar southamptonuniversitymap-3a1e26a108f4288072ffa9c7d8cf6b7a4e54ef96.tar.gz |
Finaly got the progress things centered...
-rw-r--r-- | res/layout/bus_specific_stop_view.xml | 4 |
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" |