From 787597e75d704a347ce348b546a35dc7120da3ce Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Tue, 12 Mar 2013 18:33:42 +0100 Subject: refactoring: reformat all layout sources * preparation for extracting the toolbar --- main/res/layout-land/navigate.xml | 218 ++++++++++++++++++++++---------------- 1 file changed, 129 insertions(+), 89 deletions(-) (limited to 'main/res/layout-land') diff --git a/main/res/layout-land/navigate.xml b/main/res/layout-land/navigate.xml index d13f345..5897f65 100644 --- a/main/res/layout-land/navigate.xml +++ b/main/res/layout-land/navigate.xml @@ -1,98 +1,138 @@ - - - - - - - + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + + + + + + + + + + + + + + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="horizontal" > + + + + + - - - - - + android:layout_height="wrap_content" + android:layout_alignParentLeft="false" + android:layout_alignParentTop="false" + android:layout_below="@+id/destination" + android:layout_centerHorizontal="true" + android:layout_gravity="center" + android:gravity="center_horizontal" + android:textColor="?text_color" + android:textSize="14dip" /> + + + + + + + - - - - - - + android:layout_height="16dip" + android:layout_alignParentBottom="true" + android:layout_alignParentLeft="false" + android:layout_alignParentTop="false" + android:longClickable="true" > + + + + + + + + + + + \ No newline at end of file -- cgit v1.1