aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-05-16 08:01:36 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-16 08:01:36 +0000
commitd96cd763f8eae46803d2cb1e9d9bee27db6054a8 (patch)
treeb428df90e19770d1a57a9d25a87f5bdae1240ca6 /java
parent08e9a7082e2c2724f689c88a78226e1f6593e544 (diff)
parent91e4ba742a667d178040c173076da0173d74d6e9 (diff)
downloadlatinime-d96cd763f8eae46803d2cb1e9d9bee27db6054a8.tar.gz
latinime-d96cd763f8eae46803d2cb1e9d9bee27db6054a8.tar.xz
latinime-d96cd763f8eae46803d2cb1e9d9bee27db6054a8.zip
am 91e4ba74: Merge "Fix typeface weight and suggestions strip background"
* commit '91e4ba742a667d178040c173076da0173d74d6e9': Fix typeface weight and suggestions strip background
Diffstat (limited to 'java')
-rw-r--r--java/res/values/themes-lxx.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/themes-lxx.xml b/java/res/values/themes-lxx.xml
index 03babd259..8016e76b2 100644
--- a/java/res/values/themes-lxx.xml
+++ b/java/res/values/themes-lxx.xml
@@ -51,7 +51,7 @@
<item name="functionalKeyBackground">@drawable/btn_keyboard_key_functional_lxx</item>
<item name="spacebarBackground">@drawable/btn_keyboard_spacebar_lxx</item>
<item name="spacebarIconWidthRatio">0.9</item>
- <item name="keyTypeface">bold</item>
+ <item name="keyTypeface">normal</item>
<item name="keyTextColor">@color/key_text_color_holo</item>
<item name="keyTextInactivatedColor">@color/key_text_inactive_color_lxx</item>
<item name="functionalTextColor">@color/key_hint_letter_color_lxx</item>
@@ -116,7 +116,7 @@
<item name="centerSuggestionPercentile">@fraction/config_center_suggestion_percentile</item>
<item name="maxMoreSuggestionsRow">@integer/config_max_more_suggestions_row</item>
<item name="minMoreSuggestionsWidth">@fraction/config_min_more_suggestions_width</item>
- <item name="android:background">@drawable/keyboard_suggest_strip_holo</item>
+ <item name="android:background">@color/suggestions_strip_background_lxx</item>
<item name="suggestionStripOptions">autoCorrectBold|validTypedWordBold</item>
<item name="colorValidTypedWord">@color/typed_word_color_lxx</item>
<item name="colorTypedWord">@color/typed_word_color_lxx</item>