Fixed issue with drawer not available to touch
This commit is contained in:
parent
0ddd36eb2a
commit
58f64e2594
1 changed files with 5 additions and 5 deletions
|
@ -11,6 +11,11 @@
|
||||||
<net.osmand.plus.views.OsmandMapTileView android:id="@+id/MapView" android:layout_width="fill_parent"
|
<net.osmand.plus.views.OsmandMapTileView android:id="@+id/MapView" android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:contentDescription="@string/map_view"/>
|
android:contentDescription="@string/map_view"/>
|
||||||
|
<LinearLayout android:layout_gravity="bottom"
|
||||||
|
android:orientation="horizontal"
|
||||||
|
android:id="@+id/dialog_layout"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content"/>
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
<ListView android:id="@+id/left_drawer"
|
<ListView android:id="@+id/left_drawer"
|
||||||
|
@ -20,10 +25,5 @@
|
||||||
android:choiceMode="singleChoice"
|
android:choiceMode="singleChoice"
|
||||||
android:divider="@drawable/divider"
|
android:divider="@drawable/divider"
|
||||||
android:dividerHeight="1px"/>
|
android:dividerHeight="1px"/>
|
||||||
<LinearLayout android:gravity="bottom"
|
|
||||||
android:orientation="horizontal"
|
|
||||||
android:id="@+id/dialog_layout"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"/>
|
|
||||||
|
|
||||||
</android.support.v4.widget.DrawerLayout>
|
</android.support.v4.widget.DrawerLayout>
|
||||||
|
|
Loading…
Reference in a new issue