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
path: root/data
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2016-11-24 11:15:29 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2016-11-24 11:15:29 +0300
commit98eb40e5b4bb10d4515c644fa036b7b832af9cda (patch)
tree93acbef5cd5fee33215526aa7711f352cdd2b701 /data
parent5172c94d2c549ca6dec37606e55d807b3dd490c8 (diff)
[MAPSME-3075] [ios] Refactored map buttons layout.
Diffstat (limited to 'data')
-rw-r--r--data/resources-default/default.ui32
1 files changed, 16 insertions, 16 deletions
diff --git a/data/resources-default/default.ui b/data/resources-default/default.ui
index 2ab18d8422..e808493d6a 100644
--- a/data/resources-default/default.ui
+++ b/data/resources-default/default.ui
@@ -1,38 +1,38 @@
<root>
<ruler>
<portrait>
- <anchor vertical="bottom" horizontal="right"/>
- <relative vertical="bottom" horizontal="right"/>
- <offset x="12" y="12"/>
+ <anchor vertical="bottom" horizontal="left"/>
+ <relative vertical="bottom" horizontal="left"/>
+ <offset x="10" y="10"/>
</portrait>
<landscape>
- <anchor vertical="bottom" horizontal="right"/>
- <relative vertical="bottom" horizontal="right"/>
- <offset x="12" y="12"/>
+ <anchor vertical="bottom" horizontal="left"/>
+ <relative vertical="bottom" horizontal="left"/>
+ <offset x="10" y="10"/>
</landscape>
</ruler>
<compass>
<portrait>
<anchor vertical="center" horizontal="center"/>
- <relative vertical="bottom" horizontal="left"/>
- <offset x="32" y="32"/>
+ <relative vertical="top" horizontal="right"/>
+ <offset x="34" y="48"/>
</portrait>
<landscape>
<anchor vertical="center" horizontal="center"/>
- <relative vertical="bottom" horizontal="left"/>
- <offset x="32" y="32"/>
+ <relative vertical="top" horizontal="right"/>
+ <offset x="34" y="48"/>
</landscape>
</compass>
<copyright>
<portrait>
- <anchor vertical="bottom" horizontal="right"/>
- <relative vertical="bottom" horizontal="right"/>
- <offset x="12" y="12"/>
+ <anchor vertical="bottom" horizontal="left"/>
+ <relative vertical="bottom" horizontal="left"/>
+ <offset x="10" y="10"/>
</portrait>
<landscape>
- <anchor vertical="bottom" horizontal="right"/>
- <relative vertical="bottom" horizontal="right"/>
- <offset x="12" y="12"/>
+ <anchor vertical="bottom" horizontal="left"/>
+ <relative vertical="bottom" horizontal="left"/>
+ <offset x="10" y="10"/>
</landscape>
</copyright>
</root>