diff options
author | 2013-05-07 03:23:43 -0700 | |
---|---|---|
committer | 2013-05-07 03:23:43 -0700 | |
commit | 7b6b30dffcf027f50198f9588eaa4918b4e1cda2 (patch) | |
tree | 038f7f3631a9afc4024c24ff7ad30ffcf8101310 /java/res | |
parent | d192dd94ebfb08a6e432c0083ba74a5ea86dd7b1 (diff) | |
parent | 9d71a6c968434a95b5a195846ef5276920da6203 (diff) | |
download | latinime-7b6b30dffcf027f50198f9588eaa4918b4e1cda2.tar.gz latinime-7b6b30dffcf027f50198f9588eaa4918b4e1cda2.tar.xz latinime-7b6b30dffcf027f50198f9588eaa4918b4e1cda2.zip |
am 9d71a6c9: Remove unused device form factor values
* commit '9d71a6c968434a95b5a195846ef5276920da6203':
Remove unused device form factor values
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, 0 insertions, 6 deletions
diff --git a/java/res/values-sw600dp/config.xml b/java/res/values-sw600dp/config.xml index 9527fd62a..826565168 100644 --- a/java/res/values-sw600dp/config.xml +++ b/java/res/values-sw600dp/config.xml @@ -19,8 +19,6 @@ --> <resources> - <!-- 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_option_of_key_preview_popup">false</bool> <bool name="config_enable_bigram_suggestions_option">false</bool> diff --git a/java/res/values-sw768dp/config.xml b/java/res/values-sw768dp/config.xml index 3c2c19855..97f11cb04 100644 --- a/java/res/values-sw768dp/config.xml +++ b/java/res/values-sw768dp/config.xml @@ -19,8 +19,6 @@ --> <resources> - <!-- 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_option_of_key_preview_popup">false</bool> <bool name="config_enable_bigram_suggestions_option">false</bool> diff --git a/java/res/values/config.xml b/java/res/values/config.xml index 33e6a868c..23b579400 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -19,8 +19,6 @@ --> <resources> - <!-- 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> <bool name="config_enable_show_option_of_key_preview_popup">true</bool> |