From 18fe64cf2648568dd0bde5acd7b627f1ddb6917e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 22 Jun 2015 18:26:34 -0700 Subject: altosdroid: Display online/offline maps in same tab Make the map portion switchable between online and offline maps, leaving the rest of the tab alone. Signed-off-by: Keith Packard --- altosdroid/res/layout/tab_map.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'altosdroid/res/layout/tab_map.xml') diff --git a/altosdroid/res/layout/tab_map.xml b/altosdroid/res/layout/tab_map.xml index f611ae48..b4c97f91 100644 --- a/altosdroid/res/layout/tab_map.xml +++ b/altosdroid/res/layout/tab_map.xml @@ -20,13 +20,12 @@ android:layout_height="match_parent" android:orientation="vertical" > - - + android:orientation="horizontal" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:layout_weight="1"> - \ No newline at end of file + -- cgit v1.2.3