[android] Increased minimum width to user tablet markup.

This commit is contained in:
Dmitry Yunitsky 2016-03-18 10:54:48 +03:00 committed by Sergey Yershov
parent eb0b6022a8
commit 526d0b99bf
8 changed files with 17 additions and 14 deletions

View file

@ -8,10 +8,11 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:clickable="true">
<FrameLayout android:layout_width="match_parent"
android:layout_height="@dimen/routing_selector_size"
android:elevation="3dp"
style="@style/MwmWidget.Floating.Panel">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="@dimen/routing_selector_size"
android:elevation="3dp"
style="@style/MwmWidget.Floating.Panel">
<LinearLayout
android:id="@+id/progress_frame"
android:layout_width="wrap_content"
@ -28,8 +29,9 @@
wheel:wheelSecondaryColor="?dividerHorizontal"
wheel:wheelThickness="@dimen/margin_eighth"/>
<Space android:layout_width="32dp"
android:layout_height="0dp"/>
<Space
android:layout_width="32dp"
android:layout_height="0dp"/>
<com.mapswithme.maps.widget.WheelProgressView
android:id="@+id/progress_pedestrian"
@ -79,9 +81,10 @@
android:background="?windowBackgroundForced"
android:visibility="gone"
tools:visibility="visible">
<View android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?dividerHorizontal"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?dividerHorizontal"/>
<RelativeLayout
android:id="@+id/numbers"
@ -141,10 +144,10 @@
tools:layout_marginTop="14dp"
tools:layout_gravity="right|bottom"/>
<View android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_gravity="bottom"
android:background="?dividerHorizontal"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_gravity="bottom"
android:background="?dividerHorizontal"/>
</FrameLayout>
</LinearLayout>