altosdroid: Display online/offline maps in same tab
[fw/altos] / altosdroid / res / layout / tab_map.xml
index f611ae481b423bb821f364d351f6fcec98c994d8..b4c97f9154e2d361e68dde04be9fb0aedb4956bd 100644 (file)
        android:layout_height="match_parent"
        android:orientation="vertical" >
 
-       <LinearLayout
+       <LinearLayout
            android:id="@+id/map"
-               android:orientation="horizontal"
-               android:layout_width="fill_parent"
-               android:layout_height="0dp"
-               android:layout_weight="1">
-
+           android:orientation="horizontal"
+           android:layout_width="fill_parent"
+           android:layout_height="fill_parent"
+           android:layout_weight="1">
        </LinearLayout>
 
        <LinearLayout
                                android:textAppearance="?android:attr/textAppearanceSmall" />
                </RelativeLayout>
        </LinearLayout>
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>