summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2018-11-26 23:56:45 +0100
committersteckbrief <steckbrief@chefmail.de>2018-11-26 23:56:45 +0100
commit9a16c9609610bd9dd7969cdc9048724ccfbdffdc (patch)
tree4020c7d5996fbad85126e45c0c01bb1e034bcc89 /app/src/main/res/values/colors.xml
first version of NextcloudShareBookmark
Diffstat (limited to 'app/src/main/res/values/colors.xml')
-rw-r--r--app/src/main/res/values/colors.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..3ab3e9c
--- /dev/null
+++ b/app/src/main/res/values/colors.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="colorPrimary">#3F51B5</color>
+ <color name="colorPrimaryDark">#303F9F</color>
+ <color name="colorAccent">#FF4081</color>
+</resources>