From 3a1e26a108f4288072ffa9c7d8cf6b7a4e54ef96 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 7 Mar 2012 22:37:01 +0000 Subject: Finaly got the progress things centered... --- res/layout/bus_specific_stop_view.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" >