Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2016-03-18 10:54:48 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:52 +0300
commit526d0b99bfa8f74ebcea53ed5c2b28caf7f28fb1 (patch)
treea5c3b3897ac625ff4b90ec4d3411ab25fc3eafa1
parenteb0b6022a8668ec4e27e705e67ea430471090e9e (diff)
[android] Increased minimum width to user tablet markup.
-rw-r--r--android/res/layout-w1020dp/activity_map.xml (renamed from android/res/layout-w840dp/activity_map.xml)0
-rw-r--r--android/res/layout-w1020dp/layout_turn_instructions.xml (renamed from android/res/layout-w840dp/layout_turn_instructions.xml)0
-rw-r--r--android/res/layout-w1020dp/menu_buttons_line.xml (renamed from android/res/layout-w840dp/menu_buttons_line.xml)0
-rw-r--r--android/res/layout-w1020dp/routing_plan_details.xml (renamed from android/res/layout-w840dp/routing_plan_details.xml)31
-rw-r--r--android/res/layout-w1020dp/routing_plan_slots.xml (renamed from android/res/layout-w840dp/routing_plan_slots.xml)0
-rw-r--r--android/res/values-w1020dp/attrs.xml (renamed from android/res/values-w840dp/attrs.xml)0
-rw-r--r--android/res/values-w1020dp/dimens.xml (renamed from android/res/values-w840dp/dimens.xml)0
-rw-r--r--android/res/values-w1020dp/strings.xml (renamed from android/res/values-w840dp/strings.xml)0
8 files changed, 17 insertions, 14 deletions
diff --git a/android/res/layout-w840dp/activity_map.xml b/android/res/layout-w1020dp/activity_map.xml
index cc086f24e0..cc086f24e0 100644
--- a/android/res/layout-w840dp/activity_map.xml
+++ b/android/res/layout-w1020dp/activity_map.xml
diff --git a/android/res/layout-w840dp/layout_turn_instructions.xml b/android/res/layout-w1020dp/layout_turn_instructions.xml
index 1741b43064..1741b43064 100644
--- a/android/res/layout-w840dp/layout_turn_instructions.xml
+++ b/android/res/layout-w1020dp/layout_turn_instructions.xml
diff --git a/android/res/layout-w840dp/menu_buttons_line.xml b/android/res/layout-w1020dp/menu_buttons_line.xml
index 293ebed500..293ebed500 100644
--- a/android/res/layout-w840dp/menu_buttons_line.xml
+++ b/android/res/layout-w1020dp/menu_buttons_line.xml
diff --git a/android/res/layout-w840dp/routing_plan_details.xml b/android/res/layout-w1020dp/routing_plan_details.xml
index 27e4782a8f..eb494d6292 100644
--- a/android/res/layout-w840dp/routing_plan_details.xml
+++ b/android/res/layout-w1020dp/routing_plan_details.xml
@@ -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>
-
diff --git a/android/res/layout-w840dp/routing_plan_slots.xml b/android/res/layout-w1020dp/routing_plan_slots.xml
index aa02cf734d..aa02cf734d 100644
--- a/android/res/layout-w840dp/routing_plan_slots.xml
+++ b/android/res/layout-w1020dp/routing_plan_slots.xml
diff --git a/android/res/values-w840dp/attrs.xml b/android/res/values-w1020dp/attrs.xml
index 1a64b219a0..1a64b219a0 100644
--- a/android/res/values-w840dp/attrs.xml
+++ b/android/res/values-w1020dp/attrs.xml
diff --git a/android/res/values-w840dp/dimens.xml b/android/res/values-w1020dp/dimens.xml
index 42aaae0e77..42aaae0e77 100644
--- a/android/res/values-w840dp/dimens.xml
+++ b/android/res/values-w1020dp/dimens.xml
diff --git a/android/res/values-w840dp/strings.xml b/android/res/values-w1020dp/strings.xml
index 388be69c77..388be69c77 100644
--- a/android/res/values-w840dp/strings.xml
+++ b/android/res/values-w1020dp/strings.xml