Unexpected-Keyboard/res/values/colors.xml

9 lines
320 B
XML
Raw Normal View History

2015-07-30 20:14:55 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="bg" type="color">#111111</item>
<item name="key_bg" type="color">#303030</item>
2015-07-30 22:30:29 +02:00
<item name="key_down_bg" type="color">#FFFFFF</item>
2015-07-31 23:17:07 +02:00
<item name="key_label" type="color">#DFDFDF</item>
<item name="key_sub_label" type="color">#BFBFBF</item>
2015-07-30 20:14:55 +02:00
</resources>