summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview_example/src/main/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/geckoview_example/src/main/res/values/colors.xml')
-rw-r--r--mobile/android/geckoview_example/src/main/res/values/colors.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/mobile/android/geckoview_example/src/main/res/values/colors.xml b/mobile/android/geckoview_example/src/main/res/values/colors.xml
new file mode 100644
index 0000000000..157834fe0c
--- /dev/null
+++ b/mobile/android/geckoview_example/src/main/res/values/colors.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="colorPrimary">#3F51B5</color>
+ <color name="colorBackgroundDark">#00a996</color>
+ <color name="colorPrimaryDark">#FFFFFF</color>
+ <color name="colorAccent">#FF4081</color>
+</resources>