diff options
author | 2012-12-06 04:34:38 -0800 | |
---|---|---|
committer | 2012-12-06 04:34:39 -0800 | |
commit | d582c38ba8573bb4eefdfa46450ad64a6b52de46 (patch) | |
tree | 8db27b90203568aa0d37da4e0836dc887277c54b /java/res | |
parent | a21187188fd17c2ce133fca8512106327212da5f (diff) | |
parent | 2da886651874b2588f18f800417ba858ac93d88b (diff) | |
download | latinime-d582c38ba8573bb4eefdfa46450ad64a6b52de46.tar.gz latinime-d582c38ba8573bb4eefdfa46450ad64a6b52de46.tar.xz latinime-d582c38ba8573bb4eefdfa46450ad64a6b52de46.zip |
Merge "Remove a couple Eclipse and Android Lint warnings"
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values-sw600dp/config.xml | 2 | ||||
-rw-r--r-- | java/res/values-sw768dp/config.xml | 2 | ||||
-rw-r--r-- | java/res/values/config.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values-sw600dp/config.xml b/java/res/values-sw600dp/config.xml index e296623b2..b47eacb15 100644 --- a/java/res/values-sw600dp/config.xml +++ b/java/res/values-sw600dp/config.xml @@ -19,7 +19,7 @@ --> <resources> - <!-- Device form factor. This value must be aligned with {@link KeyboardId.DEVICE_FORM_FACTOR_TABLET7} --> + <!-- Device form factor. This value must be aligned with {@link KeyboardId.FORM_FACTOR_TABLET7} --> <integer name="config_device_form_factor">1</integer> <bool name="config_enable_show_voice_key_option">false</bool> <bool name="config_enable_show_popup_on_keypress_option">false</bool> 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> diff --git a/java/res/values/config.xml b/java/res/values/config.xml index dc5a3d182..dca370a9a 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -19,7 +19,7 @@ --> <resources> - <!-- Device form factor. This value must be aligned with {@link KeyboardId.DEVICE_FORM_FACTOR_PHONE} --> + <!-- Device form factor. This value must be aligned with {@link KeyboardId.FORM_FACTOR_PHONE} --> <integer name="config_device_form_factor">0</integer> <bool name="config_use_fullscreen_mode">false</bool> <bool name="config_enable_show_voice_key_option">true</bool> |