diff options
| author | juloo | 2015-07-31 23:17:07 +0200 |
|---|---|---|
| committer | juloo | 2015-07-31 23:17:07 +0200 |
| commit | 56612121f8c600fe0e71f631fbea8af47345831a (patch) | |
| tree | b53f416c4ffe0ecf83aa4927afa972474a4c471d /res/values/colors.xml | |
| parent | 45ea215bb66f889c2f05fc492646ca7b6643d41a (diff) | |
| download | unexpected-keyboard-56612121f8c600fe0e71f631fbea8af47345831a.tar.gz unexpected-keyboard-56612121f8c600fe0e71f631fbea8af47345831a.zip | |
Add sub more subkeys + Better drawing
Diffstat (limited to 'res/values/colors.xml')
| -rw-r--r-- | res/values/colors.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 3345d04..aeea9a9 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -3,5 +3,6 @@ <item name="bg" type="color">#111111</item> <item name="key_bg" type="color">#303030</item> <item name="key_down_bg" type="color">#FFFFFF</item> - <item name="key_label" type="color">#BFBFBF</item> + <item name="key_label" type="color">#DFDFDF</item> + <item name="key_sub_label" type="color">#BFBFBF</item> </resources> |
