diff options
author | 2013-12-13 18:40:29 +0900 | |
---|---|---|
committer | 2013-12-16 13:09:13 +0900 | |
commit | d75d77200fce210c4bb5e5ab153d55d1341a3af6 (patch) | |
tree | 15cf053db9425174efeb5783a28843593e12bf65 /java/res/values-sw768dp | |
parent | a5b196e939609786720fb0dcc27acdcd7b509da9 (diff) | |
download | latinime-d75d77200fce210c4bb5e5ab153d55d1341a3af6.tar.gz latinime-d75d77200fce210c4bb5e5ab153d55d1341a3af6.tar.xz latinime-d75d77200fce210c4bb5e5ab153d55d1341a3af6.zip |
Don't use fullscreen mode on large phone
Bug: 11920652
Change-Id: Icc26c20c881bc586c800c31c90a45281dc408d2a
Diffstat (limited to 'java/res/values-sw768dp')
-rw-r--r-- | java/res/values-sw768dp/config-per-form-factor.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/values-sw768dp/config-per-form-factor.xml b/java/res/values-sw768dp/config-per-form-factor.xml index 136f41567..b90fbaea5 100644 --- a/java/res/values-sw768dp/config-per-form-factor.xml +++ b/java/res/values-sw768dp/config-per-form-factor.xml @@ -29,4 +29,5 @@ <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if false --> <bool name="config_show_more_keys_keyboard_at_touched_point">true</bool> + <bool name="config_use_fullscreen_mode">false</bool> </resources> |