aboutsummaryrefslogtreecommitdiffstats
path: root/tools/FM/FmRxApp/res/values/color.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/FM/FmRxApp/res/values/color.xml')
-rw-r--r--tools/FM/FmRxApp/res/values/color.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/FM/FmRxApp/res/values/color.xml b/tools/FM/FmRxApp/res/values/color.xml
new file mode 100644
index 0000000..db85511
--- /dev/null
+++ b/tools/FM/FmRxApp/res/values/color.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<resources>
+ <drawable name="red">#7f00</drawable>
+ <drawable name="blue">#770000ff</drawable>
+ <drawable name="green">#7700ff00</drawable>
+ <drawable name="yellow">#77ffff00</drawable>
+
+ <drawable name="screen_background_black">#ff000000</drawable>
+ <drawable name="translucent_background">#e0000000</drawable>
+ <drawable name="transparent_background">#00000000</drawable>
+
+ <color name="solid_red">#f00</color>
+ <color name="solid_blue">#0000ff</color>
+ <color name="solid_green">#f0f0</color>
+ <color name="solid_yellow">#ffffff00</color>
+
+ <color name="black">#000</color>
+ <color name="magic_flame">#00ff2222</color>
+ <color name="button_text">#ffffffff</color>
+
+</resources>
+
+
+
+
+