diff options
author | 2012-12-06 20:47:19 +0900 | |
---|---|---|
committer | 2012-12-06 21:30:51 +0900 | |
commit | 2da886651874b2588f18f800417ba858ac93d88b (patch) | |
tree | 0b5e93eca2d08097c0a6257bf41857ae67295edc /java/res/values-sw768dp | |
parent | 2b6a1fed767080aaa71acbd591d30b9f436b0499 (diff) | |
download | latinime-2da886651874b2588f18f800417ba858ac93d88b.tar.gz latinime-2da886651874b2588f18f800417ba858ac93d88b.tar.xz latinime-2da886651874b2588f18f800417ba858ac93d88b.zip |
Remove a couple Eclipse and Android Lint warnings
Change-Id: I0c29c5d2abcbf80759b996d34b534deb083cd7d3
Diffstat (limited to 'java/res/values-sw768dp')
-rw-r--r-- | java/res/values-sw768dp/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values-sw768dp/config.xml b/java/res/values-sw768dp/config.xml index 346fa9979..5e7954106 100644 --- a/java/res/values-sw768dp/config.xml +++ b/java/res/values-sw768dp/config.xml @@ -19,7 +19,7 @@ --> <resources> - <!-- Device form factor. This value must be aligned with {@link KeyboardId.DEVICE_FORM_FACTOR_TABLET10} --> + <!-- Device form factor. This value must be aligned with {@link KeyboardId.FORM_FACTOR_TABLET10} --> <integer name="config_device_form_factor">2</integer> <bool name="config_enable_show_voice_key_option">false</bool> <bool name="config_enable_show_popup_on_keypress_option">false</bool> |