forked from organicmaps/organicmaps
[android] Disable landscape tablet ui
This commit is contained in:
parent
f328e875d9
commit
217dae6c47
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<bool name="tabletLayout">true</bool>
|
||||
</resources>
|
||||
<!-- Disabled tablet UI while there is no final product/design decision about it. -->
|
||||
<bool name="tabletLayout">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue