[android] Disable landscape tablet ui

This commit is contained in:
Александр Зацепин 2019-02-14 17:33:21 +03:00 committed by yoksnod
parent f328e875d9
commit 217dae6c47

View file

@ -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>