[android] Adaptation of menu on tablets.

This commit is contained in:
Dmitry Yunitsky 2016-03-17 18:43:09 +03:00 committed by Sergey Yershov
parent 56a6eed369
commit e711ee3f12
6 changed files with 14 additions and 12 deletions

View file

@ -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"/>

View file

@ -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">

View file

@ -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>

View file

@ -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"

View file

@ -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"

View file

@ -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