From 39600767cb32b65e4e3495dc996b3af6d9fae52c Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 7 Mar 2012 21:24:50 +0000 Subject: Better BusActivity. --- res/layout/bus_specific_stop_view.xml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'res') diff --git a/res/layout/bus_specific_stop_view.xml b/res/layout/bus_specific_stop_view.xml index e48e2f1..8652d2d 100644 --- a/res/layout/bus_specific_stop_view.xml +++ b/res/layout/bus_specific_stop_view.xml @@ -1,28 +1,36 @@ + android:layout_height="wrap_content" > + android:layout_alignParentTop="true" + android:layout_toLeftOf="@+id/busSpecificStopViewRightContainer" + android:singleLine="true" + android:text="Name" /> - + android:layout_alignParentTop="true" > - + + + + \ No newline at end of file -- cgit v1.2.3