forked from organicmaps/organicmaps
[android] fix: Side panel moved behind menu line on tables.
This commit is contained in:
parent
f88c9b2843
commit
cacab2d7c6
1 changed files with 10 additions and 10 deletions
|
@ -14,21 +14,12 @@
|
|||
android:id="@+id/navigation_buttons"
|
||||
layout="@layout/map_navigation_buttons"/>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@id/fragment_container"
|
||||
android:layout_width="@dimen/panel_width"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@android:color/white"
|
||||
android:elevation="@dimen/navigation_elevation"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"/>
|
||||
|
||||
<LinearLayout android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="@dimen/margin_base"
|
||||
android:clipToPadding="false"
|
||||
android:layout_toRightOf="@id/fragment_container"
|
||||
android:layout_toRightOf="@+id/fragment_container"
|
||||
android:layout_alignWithParentIfMissing="true">
|
||||
<include android:id="@+id/toolbar_search"
|
||||
layout="@layout/toolbar_with_search"
|
||||
|
@ -67,4 +58,13 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"/>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/fragment_container"
|
||||
android:layout_width="@dimen/panel_width"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@android:color/white"
|
||||
android:elevation="@dimen/navigation_elevation"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"/>
|
||||
</RelativeLayout>
|
Loading…
Add table
Reference in a new issue