aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2017-05-05 01:02:16 +0200
committerPacien TRAN-GIRARD2017-05-05 01:02:16 +0200
commit2495d8032eb6839a55080b79ac818383c2f75b79 (patch)
tree6dfbab541368d10ddf1903e3ad93c44ea81080be /app/src/main/res/values/colors.xml
parent6fcd36fb73b2351a58f812532ce846414ed77117 (diff)
downloadtincapp-0.1-preview.tar.gz
Import unversioned prototypev0.1-preview
Diffstat (limited to 'app/src/main/res/values/colors.xml')
-rw-r--r--app/src/main/res/values/colors.xml7
1 files changed, 7 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..5e30dc2
--- /dev/null
+++ b/app/src/main/res/values/colors.xml
@@ -0,0 +1,7 @@
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <color name="textPrimary">#FFFFFFFF</color>
4 <color name="colorPrimary">#424242</color>
5 <color name="colorPrimaryDark">#212121</color>
6 <color name="colorAccent">#FBC02D</color>
7</resources>