summaryrefslogtreecommitdiff
path: root/platform/android/viewer/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/viewer/res/values/colors.xml')
-rw-r--r--platform/android/viewer/res/values/colors.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/platform/android/viewer/res/values/colors.xml b/platform/android/viewer/res/values/colors.xml
new file mode 100644
index 00000000..ecd1519d
--- /dev/null
+++ b/platform/android/viewer/res/values/colors.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="canvas">#404040</color>
+ <color name="toolbar">#C0000000</color>
+ <color name="page_indicator">#C0202020</color>
+ <color name="busy_indicator">#C0202020</color>
+ <color name="button_normal">#00000000</color>
+ <color name="button_pressed">#FF2572AC</color>
+ <color name="text_normal">#FFFFFF</color>
+ <color name="text_pressed">#FFFFFF</color>
+ <color name="text_border_normal">#000000</color>
+ <color name="text_border_pressed">#2572AC</color>
+ <color name="text_border_focused">#000000</color>
+ <color name="seek_thumb">#2572AC</color>
+ <color name="seek_progress">#FFFFFF</color>
+</resources>