From 0a51bfc40b0376db9b11beecd72634799a108e4d Mon Sep 17 00:00:00 2001 From: tina Date: Fri, 31 Aug 2018 17:43:13 +0200 Subject: [PATCH] makes the default colors easily exchangable --- android/app/src/main/res/values/colors.xml | 12 ++++++++++++ android/app/src/main/res/values/styles.xml | 1 + 2 files changed, 13 insertions(+) create mode 100644 android/app/src/main/res/values/colors.xml diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml new file mode 100644 index 0000000..2f5e5f8 --- /dev/null +++ b/android/app/src/main/res/values/colors.xml @@ -0,0 +1,12 @@ + + + + #ff7e5f + + + #c74e34 + + + #351c4d + \ No newline at end of file diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 319eb0c..5536275 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -3,6 +3,7 @@