forked from organicmaps/organicmaps
Reordered layouts a bit.
This commit is contained in:
parent
ac6e31c271
commit
a97cbeb9bc
1 changed files with 4 additions and 4 deletions
|
@ -10,6 +10,10 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<include
|
||||
android:id="@+id/navigation_buttons"
|
||||
layout="@layout/map_navigation_buttons"/>
|
||||
|
||||
<include
|
||||
android:id="@+id/toolbar_search"
|
||||
layout="@layout/toolbar_with_search"
|
||||
|
@ -26,10 +30,6 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
<include
|
||||
android:id="@+id/navigation_buttons"
|
||||
layout="@layout/map_navigation_buttons"/>
|
||||
|
||||
<com.mapswithme.maps.widget.placepage.PlacePageView
|
||||
android:id="@+id/info_box"
|
||||
android:layout_width="360dp"
|
||||
|
|
Loading…
Add table
Reference in a new issue