commit | 63584323cab56c76debf6bb000621f2c605329a9 | [log] [tgz] |
---|---|---|
author | Tadashi G. Takaoka <takaoka@google.com> | Wed Sep 28 12:08:48 2011 +0900 |
committer | Tadashi G. Takaoka <takaoka@google.com> | Wed Sep 28 12:08:48 2011 +0900 |
tree | 499a2d60872684b6cfc5441762127f70dd019a5a | |
parent | ffd156c77e93a54b704780b46886ba597d1c77cb [diff] [blame] |
Add themeId to Keyboard Change-Id: I6abdeaf41459406cf9021efdf5bb96232ba104c7
diff --git a/java/res/values/themes-basic-highcontrast.xml b/java/res/values/themes-basic-highcontrast.xml index ce05980..9127235 100644 --- a/java/res/values/themes-basic-highcontrast.xml +++ b/java/res/values/themes-basic-highcontrast.xml
@@ -16,6 +16,7 @@ <resources> <style name="KeyboardTheme.HighContrast" parent="KeyboardIcons"> + <item name="themeId">1</item> <item name="keyboardStyle">@style/Keyboard</item> <item name="latinKeyboardStyle">@style/LatinKeyboard</item> <item name="keyboardViewStyle">@style/KeyboardView.HighContrast</item>