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:
authoralexzatsepin <az@mapswithme.com>2016-11-28 15:05:10 +0300
committeralexzatsepin <az@mapswithme.com>2016-11-29 17:07:03 +0300
commit72cd3538c274a85df3dba0f3b1a78d3c39eab758 (patch)
tree374114eabb590cddf9905d90f42b0def3c483c8b /android/res/values
parentb21df5efbc14030b2d3ac9d587e3d3310085fb17 (diff)
[android] Moved the ruler and copyright to the left side from the right
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/dimens.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/values/dimens.xml b/android/res/values/dimens.xml
index f47d8f5ca3..e94d2c85c7 100644
--- a/android/res/values/dimens.xml
+++ b/android/res/values/dimens.xml
@@ -61,8 +61,8 @@
<!-- map widgets -->
<dimen name="margin_compass_left">32dp</dimen>
<dimen name="margin_compass_bottom">80dp</dimen>
- <dimen name="margin_ruler_right">8dp</dimen>
- <dimen name="margin_ruler_bottom">56dp</dimen>
+ <dimen name="margin_ruler_left">10dp</dimen>
+ <dimen name="margin_ruler_bottom">58dp</dimen>
<!-- routing layout -->
<dimen name="routing_info_height">48dp</dimen>