forked from organicmaps/organicmaps
[android] Adaptation of menu on tablets.
This commit is contained in:
parent
56a6eed369
commit
e711ee3f12
6 changed files with 14 additions and 12 deletions
|
@ -42,6 +42,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toLeftOf="@id/anchor_center"
|
||||
android:layout_toStartOf="@id/anchor_center"
|
||||
android:orientation="vertical">
|
||||
<include layout="@layout/place_page_placename"/>
|
||||
|
||||
|
@ -54,12 +55,15 @@
|
|||
<include layout="@layout/place_page_wiki"/>
|
||||
|
||||
<include layout="@layout/place_page_editor"/>
|
||||
|
||||
<include layout="@layout/place_page_report_problem"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@id/anchor_center"
|
||||
android:layout_toEndOf="@id/anchor_center"
|
||||
android:orientation="vertical">
|
||||
<include layout="@layout/place_page_email"/>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<!-- Fake view to make layout symmetrical -->
|
||||
<Space
|
||||
android:id="@+id/symmetrical_gap"
|
||||
android:layout_width="@dimen/menu_line_button_width"
|
||||
android:layout_width="160dp"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
<!-- Anchor ID. Disables menu toggle button if present. -->
|
||||
|
@ -51,6 +51,11 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/add_place"
|
||||
style="@style/MwmTheme.Menu.Line.Button"
|
||||
android:src="@drawable/ic_plus"/>
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent">
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<FrameLayout
|
||||
android:layout_width="@dimen/menu_line_button_width_edge"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="right">
|
||||
android:layout_gravity="end">
|
||||
<include layout="@layout/menu_news_marker"/>
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
|
@ -7,7 +7,6 @@
|
|||
android:orientation="horizontal"
|
||||
tools:background="#200000F0">
|
||||
|
||||
<!-- TODO check if button fits on narrow screens (eg nexus 7)-->
|
||||
<TextView
|
||||
android:id="@+id/add_place"
|
||||
style="@style/MwmTheme.Menu.Content.GridItem.Text"
|
||||
|
@ -66,7 +65,6 @@
|
|||
android:text="@string/share_my_location"
|
||||
tools:background="#200000FF"/>
|
||||
|
||||
<!-- TODO check if button fits on narrow screens (eg nexus 7)-->
|
||||
<TextView
|
||||
android:id="@+id/showcase"
|
||||
style="@style/MwmTheme.Menu.Content.GridItem.Text"
|
||||
|
|
|
@ -3,14 +3,8 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/ll__place_schedule"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?clickableBackground"
|
||||
android:minHeight="@dimen/height_block_base"
|
||||
android:paddingTop="@dimen/margin_half"
|
||||
android:tag="schedule"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible">
|
||||
style="@style/PlacePageItemFrame"
|
||||
android:tag="schedule">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/icon"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/ll__report_problem"
|
||||
style="@style/PlacePageItemFrame"
|
||||
android:visibility="visible"
|
||||
tools:visibility="visible">
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Add table
Reference in a new issue