abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml7
-rw-r--r--res/values/strings.xml5
2 files changed, 12 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
new file mode 100644
index 0000000..0890645
--- /dev/null
+++ b/res/values/colors.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <item name="bg" type="color">#111111</item>
+ <item name="key_bg" type="color">#303030</item>
+ <item name="key_down_bg" type="color">#000000</item>
+ <item name="key_label" type="color">#BFBFBF</item>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..1ebc280
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name">Keyboard 2.0</string>
+ <string name="lol">lol</string>
+</resources>