aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-09-07 12:50:48 +0900
committerTadashi G. Takaoka <takaoka@google.com>2011-09-07 16:37:50 +0900
commitf80b6a06992ae08ca3601f4fbc6da550fd9ac730 (patch)
treeaac429d42c5100c88fab4aa0902090faa46d8e02 /java/res
parentade62577d4fd776be5d2900cf3bd8583fcd8969f (diff)
downloadlatinime-f80b6a06992ae08ca3601f4fbc6da550fd9ac730.tar.gz
latinime-f80b6a06992ae08ca3601f4fbc6da550fd9ac730.tar.xz
latinime-f80b6a06992ae08ca3601f4fbc6da550fd9ac730.zip
Tune the threshold of fullscreen mode from 2.5in to 500dip
Bug: 5262767 Change-Id: Ie418ab766951a568d0f40822d8e8d719582749ba
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/dimens.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/res/values/dimens.xml b/java/res/values/dimens.xml
index feb119db2..04deb4eee 100644
--- a/java/res/values/dimens.xml
+++ b/java/res/values/dimens.xml
@@ -95,8 +95,9 @@
<integer name="center_suggestion_percentile">36</integer>
<!-- If the screen height in landscape is larger than the below value, then the keyboard
- will not go into extract (fullscreen) mode. -->
- <dimen name="max_height_for_fullscreen">2.5in</dimen>
+ will not go into extract (fullscreen) mode.
+ Current value is approximate to 7-inch tablet height - system navigation bar height. -->
+ <dimen name="max_height_for_fullscreen">500dip</dimen>
<dimen name="key_hysteresis_distance">0.05in</dimen>
</resources>