Remove GingerBread keyboard theme
This CL must be checked in together with I6a9ac172a5. Bug: 14042743 Change-Id: Ic3f01f5d10097d743325df847bd7cd2959992487main
|
@ -1,33 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2013, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_focused="true"
|
||||
android:color="@color/key_text_color_gb" />
|
||||
<item
|
||||
android:state_pressed="true"
|
||||
android:color="@color/key_text_color_gb" />
|
||||
<item
|
||||
android:state_selected="true"
|
||||
android:color="@color/key_text_color_gb" />
|
||||
<item
|
||||
android:color="@color/key_text_inactivated_color_gb" />
|
||||
</selector>
|
Before Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 241 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 617 B |
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2013 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Functional keys. -->
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_dark_pressed" />
|
||||
<item android:drawable="@drawable/btn_keyboard_key_dark_normal" />
|
||||
</selector>
|
|
@ -1,48 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2010 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Functional keys. -->
|
||||
<item android:state_single="true" android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_dark_pressed" />
|
||||
<item android:state_single="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_dark_normal" />
|
||||
|
||||
<!-- Action keys. -->
|
||||
<item android:state_active="true" android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_dark_pressed" />
|
||||
<item android:state_active="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_dark_normal" />
|
||||
|
||||
<!-- Toggle keys. Use checkable/checked state. -->
|
||||
<item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_dark_pressed_on" />
|
||||
<item android:state_checkable="true" android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_dark_pressed_off" />
|
||||
<item android:state_checkable="true" android:state_checked="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_dark_normal_on" />
|
||||
<item android:state_checkable="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_dark_normal_off" />
|
||||
|
||||
<!-- Empty background keys. -->
|
||||
<item android:state_empty="true"
|
||||
android:drawable="@drawable/transparent" />
|
||||
|
||||
<!-- Normal keys. -->
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_light_pressed" />
|
||||
<item android:drawable="@drawable/btn_keyboard_key_light_normal" />
|
||||
</selector>
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2011 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_light_popup_selected" />
|
||||
<item android:drawable="@drawable/transparent" />
|
||||
</selector>
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2013 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_keyboard_key_light_pressed" />
|
||||
<item android:drawable="@drawable/btn_keyboard_key_light_normal" />
|
||||
</selector>
|
|
@ -1,27 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
>
|
||||
<item
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_suggestion_pressed" />
|
||||
</selector>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2010 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<item latin:state_has_morekeys="true"
|
||||
android:drawable="@drawable/keyboard_key_feedback_more_background" />
|
||||
<item android:drawable="@drawable/keyboard_key_feedback_background" />
|
||||
</selector>
|
|
@ -33,14 +33,6 @@
|
|||
<!-- config_more_keys_keyboard_key_height x 1.2 -->
|
||||
<dimen name="config_more_keys_keyboard_slide_allowance">53.76dp</dimen>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_gb">1.818%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_gb">0.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_gb">5.941%p</fraction>
|
||||
<fraction name="config_key_horizontal_gap_gb">0.997%p</fraction>
|
||||
<!-- config_more_keys_keyboard_key_height x -1.0 -->
|
||||
<dimen name="config_more_keys_keyboard_vertical_correction_gb">-44.8dp</dimen>
|
||||
<dimen name="config_key_preview_offset_gb">0.0dp</dimen>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_holo">2.727%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_holo">0.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_holo">5.368%p</fraction>
|
||||
|
|
|
@ -27,11 +27,6 @@
|
|||
|
||||
<dimen name="config_more_keys_keyboard_key_height">81.9dp</dimen>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_gb">2.444%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_gb">0.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_gb">5.200%p</fraction>
|
||||
<fraction name="config_key_horizontal_gap_gb">1.447%p</fraction>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_holo">2.727%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_holo">0.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_holo">4.5%p</fraction>
|
||||
|
|
|
@ -34,14 +34,6 @@
|
|||
<!-- config_more_keys_keyboard_key_height x 1.2 -->
|
||||
<dimen name="config_more_keys_keyboard_slide_allowance">98.3dp</dimen>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_gb">2.291%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_gb">0.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_gb">4.625%p</fraction>
|
||||
<fraction name="config_key_horizontal_gap_gb">2.113%p</fraction>
|
||||
<!-- config_more_keys_keyboard_key_height x -1.0 -->
|
||||
<dimen name="config_more_keys_keyboard_vertical_correction_gb">-81.9dp</dimen>
|
||||
<dimen name="config_key_preview_offset_gb">16.0dp</dimen>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_holo">2.335%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_holo">4.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_holo">4.5%p</fraction>
|
||||
|
|
|
@ -36,17 +36,6 @@
|
|||
-->
|
||||
</string-array>
|
||||
|
||||
<string-array
|
||||
name="touch_position_correction_data_gb"
|
||||
translatable="false"
|
||||
>
|
||||
<!-- The default touch position data (See com.android.inputmethod.keyboard.ProximityInfo)
|
||||
correctionX = 0.0f
|
||||
correctionY = 0.0f
|
||||
correctionR = DEFAULT_TOUCH_POSITION_CORRECTION_RADIUS
|
||||
-->
|
||||
</string-array>
|
||||
|
||||
<string-array
|
||||
name="touch_position_correction_data_holo"
|
||||
translatable="false"
|
||||
|
|
|
@ -25,11 +25,6 @@
|
|||
<dimen name="config_default_keyboard_height">365.4dp</dimen>
|
||||
<fraction name="config_min_keyboard_height">45%p</fraction>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_gb">1.896%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_gb">0.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_gb">3.896%p</fraction>
|
||||
<fraction name="config_key_horizontal_gap_gb">1.195%p</fraction>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_holo">1.896%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_holo">0.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_holo">3.690%p</fraction>
|
||||
|
|
|
@ -26,14 +26,6 @@
|
|||
<fraction name="config_max_keyboard_height">46%p</fraction>
|
||||
<fraction name="config_min_keyboard_height">-35.0%p</fraction>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_gb">2.291%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_gb">0.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_gb">4.687%p</fraction>
|
||||
<fraction name="config_key_horizontal_gap_gb">1.272%p</fraction>
|
||||
<!-- config_more_keys_keyboard_key_height x -1.0 -->
|
||||
<dimen name="config_more_keys_keyboard_vertical_correction_gb">-81.9dp</dimen>
|
||||
<dimen name="config_key_preview_offset_gb">16.0dp</dimen>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_holo">2.335%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_holo">0.0%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_holo">3.312%p</fraction>
|
||||
|
|
|
@ -19,20 +19,6 @@
|
|||
-->
|
||||
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Color resources for Gingerbread theme. -->
|
||||
<color name="highlight_color_gb">#FFFCAE00</color>
|
||||
<color name="typed_word_color_gb">@android:color/white</color>
|
||||
<color name="highlight_translucent_color_gb">#99FCAE00</color>
|
||||
<color name="key_text_color_gb">@android:color/white</color>
|
||||
<color name="key_text_shadow_color_gb">#BB000000</color>
|
||||
<color name="key_text_inactivated_color_gb">#66E0E4E5</color>
|
||||
<color name="key_hint_letter_color_gb">#80000000</color>
|
||||
<color name="key_hint_label_color_gb">#E0E0E4E5</color>
|
||||
<color name="key_shifted_letter_hint_inactivated_color_gb">#66E0E4E5</color>
|
||||
<color name="key_shifted_letter_hint_activated_color_gb">#CCE0E4E5</color>
|
||||
<color name="spacebar_text_color_gb">#FFC0C0C0</color>
|
||||
<color name="spacebar_text_shadow_color_gb">#80000000</color>
|
||||
<color name="gesture_floating_preview_color_gb">#C0000000</color>
|
||||
<!-- Color resources for IceCreamSandwich theme. Base color = 33B5E5 -->
|
||||
<!-- android:color/holo_blue_light value is #FF33B5E5 -->
|
||||
<color name="highlight_color_ics">#FF33B5E5</color>
|
||||
|
|
|
@ -36,14 +36,6 @@
|
|||
<dimen name="config_more_keys_keyboard_slide_allowance">63.36dp</dimen>
|
||||
<dimen name="config_more_keys_keyboard_key_horizontal_padding">8dp</dimen>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_gb">1.556%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_gb">4.669%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_gb">6.495%p</fraction>
|
||||
<fraction name="config_key_horizontal_gap_gb">1.971%p</fraction>
|
||||
<!-- config_more_keys_keyboard_key_height x -1.0 -->
|
||||
<dimen name="config_more_keys_keyboard_vertical_correction_gb">-52.8dp</dimen>
|
||||
<dimen name="config_key_preview_offset_gb">-8.0dp</dimen>
|
||||
|
||||
<fraction name="config_keyboard_top_padding_holo">2.335%p</fraction>
|
||||
<fraction name="config_keyboard_bottom_padding_holo">4.669%p</fraction>
|
||||
<fraction name="config_key_vertical_gap_holo">6.127%p</fraction>
|
||||
|
|
|
@ -47,24 +47,6 @@
|
|||
<string name="prefs_debug_mode">Debug Mode</string>
|
||||
<string name="prefs_force_non_distinct_multitouch">Force non-distinct multitouch</string>
|
||||
|
||||
<!-- Keyboard theme names -->
|
||||
<string name="layout_gingerbread">Gingerbread</string>
|
||||
<string name="layout_ics">IceCreamSandwich</string>
|
||||
<string name="layout_klp">KeyLimePie</string>
|
||||
|
||||
<!-- For keyboard theme switcher dialog -->
|
||||
<string-array name="keyboard_layout_modes">
|
||||
<item>@string/layout_ics</item>
|
||||
<item>@string/layout_gingerbread</item>
|
||||
<item>@string/layout_klp</item>
|
||||
</string-array>
|
||||
<!-- An element must be a keyboard theme id of {@link KeyboardTheme#THEME_ID_*}. -->
|
||||
<string-array name="keyboard_layout_modes_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<!-- For keyboard color scheme option dialog. -->
|
||||
<string-array name="keyboard_theme_names">
|
||||
<item>@string/keyboard_color_scheme_white</item>
|
||||
|
|
|
@ -1,150 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<style name="KeyboardTheme.GB" parent="KeyboardIcons.GB">
|
||||
<item name="keyboardStyle">@style/Keyboard.GB</item>
|
||||
<item name="keyboardViewStyle">@style/KeyboardView.GB</item>
|
||||
<item name="mainKeyboardViewStyle">@style/MainKeyboardView.GB</item>
|
||||
<item name="keyPreviewTextViewStyle">@style/KeyPreviewTextView.GB</item>
|
||||
<item name="emojiPalettesViewStyle">@style/EmojiPalettesView.GB</item>
|
||||
<item name="moreKeysKeyboardStyle">@style/MoreKeysKeyboard.GB</item>
|
||||
<item name="moreKeysKeyboardViewStyle">@style/MoreKeysKeyboardView.GB</item>
|
||||
<item name="suggestionStripViewStyle">@style/SuggestionStripView.GB</item>
|
||||
<item name="suggestionWordStyle">@style/SuggestionWord.GB</item>
|
||||
</style>
|
||||
<style name="KeyboardIcons.GB">
|
||||
<!-- Keyboard icons -->
|
||||
<item name="iconShiftKey">@drawable/sym_keyboard_shift_holo_dark</item>
|
||||
<item name="iconDeleteKey">@drawable/sym_keyboard_delete_holo_dark</item>
|
||||
<item name="iconSettingsKey">@drawable/sym_keyboard_settings_holo_dark</item>
|
||||
<item name="iconSpaceKey">@drawable/sym_keyboard_space_holo_dark</item>
|
||||
<item name="iconEnterKey">@drawable/sym_keyboard_return_holo_dark</item>
|
||||
<item name="iconSearchKey">@drawable/sym_keyboard_search_holo_dark</item>
|
||||
<item name="iconTabKey">@drawable/sym_keyboard_tab_holo_dark</item>
|
||||
<item name="iconShortcutKey">@drawable/sym_keyboard_mic_holo_dark</item>
|
||||
<item name="iconSpaceKeyForNumberLayout">@drawable/sym_keyboard_space</item>
|
||||
<item name="iconShiftKeyShifted">@drawable/sym_keyboard_shift_locked_holo_dark</item>
|
||||
<!-- TODO: Needs non-holo disabled shortcut icon drawable -->
|
||||
<item name="iconShortcutKeyDisabled">@drawable/sym_keyboard_voice_off_holo_dark</item>
|
||||
<item name="iconTabKeyPreview">@drawable/sym_keyboard_feedback_tab</item>
|
||||
<item name="iconLanguageSwitchKey">@drawable/sym_keyboard_language_switch_dark</item>
|
||||
<!-- TODO: Needs dedicated black theme ZWNJ and ZWJ icons -->
|
||||
<item name="iconZwnjKey">@drawable/sym_keyboard_zwnj_holo_dark</item>
|
||||
<item name="iconZwjKey">@drawable/sym_keyboard_zwj_holo_dark</item>
|
||||
<item name="iconEmojiKey">@drawable/sym_keyboard_smiley_holo_dark</item>
|
||||
</style>
|
||||
<style
|
||||
name="Keyboard.GB"
|
||||
parent="Keyboard"
|
||||
>
|
||||
<!-- This should be aligned with KeyboardSwitcher.KEYBOARD_THEMES[] -->
|
||||
<item name="themeId">1</item>
|
||||
<item name="touchPositionCorrectionData">@array/touch_position_correction_data_gb</item>
|
||||
<item name="keyboardTopPadding">@fraction/config_keyboard_top_padding_gb</item>
|
||||
<item name="keyboardBottomPadding">@fraction/config_keyboard_bottom_padding_gb</item>
|
||||
<item name="horizontalGap">@fraction/config_key_horizontal_gap_gb</item>
|
||||
<item name="verticalGap">@fraction/config_key_vertical_gap_gb</item>
|
||||
</style>
|
||||
<style
|
||||
name="KeyboardView.GB"
|
||||
parent="KeyboardView"
|
||||
>
|
||||
<item name="android:background">@drawable/keyboard_background_gb</item>
|
||||
<item name="keyBackground">@drawable/btn_keyboard_key_gb</item>
|
||||
<item name="keyTypeface">bold</item>
|
||||
<item name="keyTextColor">@color/key_text_color_gb</item>
|
||||
<item name="keyTextInactivatedColor">@color/key_text_inactivated_color_gb</item>
|
||||
<item name="keyHintLetterColor">@color/key_hint_letter_color_gb</item>
|
||||
<item name="keyHintLabelColor">@color/key_hint_label_color_gb</item>
|
||||
<item name="keyShiftedLetterHintInactivatedColor">@color/key_shifted_letter_hint_inactivated_color_gb</item>
|
||||
<item name="keyShiftedLetterHintActivatedColor">@color/key_shifted_letter_hint_activated_color_gb</item>
|
||||
<item name="keyPreviewTextColor">@color/key_text_color_gb</item>
|
||||
<item name="keyTextShadowColor">@color/key_text_shadow_color_gb</item>
|
||||
<item name="keyTextShadowRadius">2.75</item>
|
||||
</style>
|
||||
<style
|
||||
name="MainKeyboardView.GB"
|
||||
parent="KeyboardView.GB"
|
||||
>
|
||||
<item name="keyPreviewOffset">@dimen/config_key_preview_offset_gb</item>
|
||||
<item name="gestureFloatingPreviewTextColor">@color/highlight_color_gb</item>
|
||||
<item name="gestureFloatingPreviewColor">@color/gesture_floating_preview_color_gb</item>
|
||||
<item name="gestureTrailColor">@color/highlight_color_gb</item>
|
||||
<item name="slidingKeyInputPreviewColor">@color/highlight_translucent_color_gb</item>
|
||||
<item name="autoCorrectionSpacebarLedEnabled">true</item>
|
||||
<item name="autoCorrectionSpacebarLedIcon">@drawable/sym_keyboard_space_led_gb</item>
|
||||
<item name="languageOnSpacebarTextColor">@color/spacebar_text_color_gb</item>
|
||||
<item name="languageOnSpacebarTextShadowColor">@color/spacebar_text_shadow_color_gb</item>
|
||||
<item name="spacebarBackground">@drawable/btn_keyboard_spacebar_gb</item>
|
||||
</style>
|
||||
<style
|
||||
name="KeyPreviewTextView.GB"
|
||||
parent="KeyPreviewTextView"
|
||||
>
|
||||
<item name="android:background">@drawable/keyboard_key_feedback_gb</item>
|
||||
</style>
|
||||
<!-- Though {@link EmojiPalettesView} doesn't extend {@link KeyboardView}, some views inside it,
|
||||
for instance delete button, need themed {@link KeyboardView} attributes. -->
|
||||
<style
|
||||
name="EmojiPalettesView.GB"
|
||||
parent="KeyboardView.GB"
|
||||
>
|
||||
<item name="keyBackground">@drawable/btn_keyboard_key_functional_gb</item>
|
||||
<item name="emojiTabLabelColor">@color/emoji_tab_label_color_gb</item>
|
||||
</style>
|
||||
<style
|
||||
name="MoreKeysKeyboard.GB"
|
||||
parent="Keyboard.GB"
|
||||
>
|
||||
<item name="keyboardTopPadding">0%p</item>
|
||||
<item name="keyboardBottomPadding">0%p</item>
|
||||
<item name="horizontalGap">0%p</item>
|
||||
<item name="touchPositionCorrectionData">@null</item>
|
||||
</style>
|
||||
<style
|
||||
name="MoreKeysKeyboardView.GB"
|
||||
parent="KeyboardView.GB"
|
||||
>
|
||||
<item name="android:background">@drawable/keyboard_popup_panel_background_gb</item>
|
||||
<item name="keyBackground">@drawable/btn_keyboard_key_popup_gb</item>
|
||||
<item name="keyTypeface">normal</item>
|
||||
<item name="verticalCorrection">@dimen/config_more_keys_keyboard_vertical_correction_gb</item>
|
||||
</style>
|
||||
<style
|
||||
name="SuggestionStripView.GB"
|
||||
parent="SuggestionStripView"
|
||||
>
|
||||
<item name="android:background">@drawable/keyboard_suggest_strip_gb</item>
|
||||
<item name="suggestionStripOptions">autoCorrectBold|validTypedWordBold</item>
|
||||
<item name="colorValidTypedWord">@color/highlight_color_gb</item>
|
||||
<item name="colorTypedWord">@color/typed_word_color_gb</item>
|
||||
<item name="colorAutoCorrect">@color/highlight_color_gb</item>
|
||||
<item name="colorSuggested">@color/highlight_color_gb</item>
|
||||
<item name="alphaObsoleted">50%</item>
|
||||
</style>
|
||||
<style
|
||||
name="SuggestionWord.GB"
|
||||
parent="SuggestionWord"
|
||||
>
|
||||
<item name="android:background">@drawable/btn_suggestion_gb</item>
|
||||
<item name="android:textColor">@color/highlight_color_gb</item>
|
||||
</style>
|
||||
</resources>
|
|
@ -36,26 +36,6 @@
|
|||
-->
|
||||
</string-array>
|
||||
|
||||
<string-array
|
||||
name="touch_position_correction_data_gb"
|
||||
translatable="false"
|
||||
>
|
||||
<!-- First row -->
|
||||
<item>0.0091285</item>
|
||||
<item>0.1193203</item>
|
||||
<item>0.1622607</item>
|
||||
|
||||
<!-- Second row -->
|
||||
<item>-0.0233128</item>
|
||||
<item>0.1379798</item>
|
||||
<item>0.1585229</item>
|
||||
|
||||
<!-- Third row -->
|
||||
<item>-0.0080185</item>
|
||||
<item>0.1911477</item>
|
||||
<item>0.1570948</item>
|
||||
</string-array>
|
||||
|
||||
<string-array
|
||||
name="touch_position_correction_data_holo"
|
||||
translatable="false"
|
||||
|
|
|
@ -26,14 +26,6 @@
|
|||
android:summary="@string/prefs_description_log"
|
||||
android:persistent="true"
|
||||
android:defaultValue="false" />
|
||||
<ListPreference
|
||||
android:key="pref_keyboard_layout_20110916"
|
||||
android:title="@string/keyboard_layout"
|
||||
android:summary="%s"
|
||||
android:persistent="true"
|
||||
android:entryValues="@array/keyboard_layout_modes_values"
|
||||
android:entries="@array/keyboard_layout_modes"
|
||||
android:defaultValue="@string/config_default_keyboard_theme_id" />
|
||||
<CheckBoxPreference
|
||||
android:key="debug_mode"
|
||||
android:title="@string/prefs_debug_mode"
|
||||
|
|
|
@ -26,13 +26,11 @@ public final class KeyboardTheme {
|
|||
private static final String TAG = KeyboardTheme.class.getSimpleName();
|
||||
|
||||
public static final int THEME_ID_ICS = 0;
|
||||
public static final int THEME_ID_GB = 1;
|
||||
public static final int THEME_ID_KLP = 2;
|
||||
private static final int DEFAULT_THEME_ID = THEME_ID_KLP;
|
||||
|
||||
private static final KeyboardTheme[] KEYBOARD_THEMES = {
|
||||
new KeyboardTheme(THEME_ID_ICS, R.style.KeyboardTheme_ICS),
|
||||
new KeyboardTheme(THEME_ID_GB, R.style.KeyboardTheme_GB),
|
||||
new KeyboardTheme(THEME_ID_KLP, R.style.KeyboardTheme_KLP),
|
||||
};
|
||||
|
||||
|
|