diff options
author | 2013-08-27 01:34:53 -0700 | |
---|---|---|
committer | 2013-08-27 01:34:53 -0700 | |
commit | 87192930a805d35cc2d0117bc06d8fbcc4e43fa5 (patch) | |
tree | a07b2057cd704ab39fb0c014727215430096ec35 /java | |
parent | 77899b1dccde7e182bb6da7a7c585d7ded8f3131 (diff) | |
parent | 26d3644434e550a378d85861e426053686c05d23 (diff) | |
download | latinime-87192930a805d35cc2d0117bc06d8fbcc4e43fa5.tar.gz latinime-87192930a805d35cc2d0117bc06d8fbcc4e43fa5.tar.xz latinime-87192930a805d35cc2d0117bc06d8fbcc4e43fa5.zip |
am 26d36444: Fix SuggetionStripView.ICS style
* commit '26d3644434e550a378d85861e426053686c05d23':
Fix SuggetionStripView.ICS style
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/themes-common.xml | 2 | ||||
-rw-r--r-- | java/res/values/themes-gb.xml | 6 | ||||
-rw-r--r-- | java/res/values/themes-ics.xml | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml index 6c8e334b7..c9334ce5f 100644 --- a/java/res/values/themes-common.xml +++ b/java/res/values/themes-common.xml @@ -104,7 +104,7 @@ <style name="MoreKeysKeyboard" /> <style name="MoreKeysKeyboardView" /> <style - name="SuggestionStripViewStyle" + name="SuggestionStripView" > <item name="suggestionsCountInStrip">@integer/suggestions_count_in_strip</item> <item name="centerSuggestionPercentile">@fraction/center_suggestion_percentile</item> diff --git a/java/res/values/themes-gb.xml b/java/res/values/themes-gb.xml index c52a3e2e2..b430eeafd 100644 --- a/java/res/values/themes-gb.xml +++ b/java/res/values/themes-gb.xml @@ -25,7 +25,7 @@ <item name="mainKeyboardViewStyle">@style/MainKeyboardView.GB</item> <item name="moreKeysKeyboardStyle">@style/MoreKeysKeyboard.GB</item> <item name="moreKeysKeyboardViewStyle">@style/MoreKeysKeyboardView.GB</item> - <item name="suggestionStripViewStyle">@style/SuggestionStripViewStyle.GB</item> + <item name="suggestionStripViewStyle">@style/SuggestionStripView.GB</item> <item name="moreKeysKeyboardBackground">@drawable/keyboard_popup_panel_background_gb</item> <item name="suggestionStripBackground">@drawable/keyboard_suggest_strip_gb</item> <item name="suggestionBackground">@drawable/btn_suggestion_gb</item> @@ -115,8 +115,8 @@ <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_gb</item> </style> <style - name="SuggestionStripViewStyle.GB" - parent="SuggestionStripViewStyle" + name="SuggestionStripView.GB" + parent="SuggestionStripView" > <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item> <item name="colorValidTypedWord">@color/highlight_color_gb</item> diff --git a/java/res/values/themes-ics.xml b/java/res/values/themes-ics.xml index 19f35207a..5ca0665ad 100644 --- a/java/res/values/themes-ics.xml +++ b/java/res/values/themes-ics.xml @@ -25,7 +25,7 @@ <item name="mainKeyboardViewStyle">@style/MainKeyboardView.ICS</item> <item name="moreKeysKeyboardStyle">@style/MoreKeysKeyboard.ICS</item> <item name="moreKeysKeyboardViewStyle">@style/MoreKeysKeyboardView.ICS</item> - <item name="suggestionStripViewStyle">@style/SuggestionStripViewStyle.ICS</item> + <item name="suggestionStripViewStyle">@style/SuggestionStripView.ICS</item> <item name="moreKeysKeyboardBackground">@drawable/keyboard_popup_panel_background_holo</item> <item name="suggestionStripBackground">@drawable/keyboard_suggest_strip_holo</item> <item name="suggestionBackground">@drawable/btn_suggestion_ics</item> @@ -116,7 +116,8 @@ <item name="verticalCorrection">@dimen/more_keys_keyboard_vertical_correction_ics</item> </style> <style - name="SuggestionStripViewStyle.ICS" + name="SuggestionStripView.ICS" + parent="SuggestionStripView" > <item name="suggestionStripOption">autoCorrectBold|validTypedWordBold</item> <item name="colorValidTypedWord">@color/typed_word_color_ics</item> |