From 61ce9e028473aa8ef4fa014c1b53eabee4d90b20 Mon Sep 17 00:00:00 2001 From: Janak Amarasena Date: Tue, 5 Jun 2018 23:14:40 +0530 Subject: Added donation reminder configurations to custom flavor --- app/src/custom/res/values/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/src/custom/res/values/strings.xml (limited to 'app/src/custom/res/values') diff --git a/app/src/custom/res/values/strings.xml b/app/src/custom/res/values/strings.xml new file mode 100644 index 00000000..b923b42b --- /dev/null +++ b/app/src/custom/res/values/strings.xml @@ -0,0 +1,4 @@ + + + Please donate today if you value secure communication that is easy for both the end-user and the service provider. + -- cgit v1.2.3 From ea4c5ca2b27aeabd4a1b000ac2066be6023b2e45 Mon Sep 17 00:00:00 2001 From: Janak Amarasena Date: Sat, 23 Jun 2018 13:05:42 +0530 Subject: Added customisability to main colors --- app/src/custom/res/values/custom-theme.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/src/custom/res/values/custom-theme.xml (limited to 'app/src/custom/res/values') diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml new file mode 100644 index 00000000..4421adb9 --- /dev/null +++ b/app/src/custom/res/values/custom-theme.xml @@ -0,0 +1,12 @@ + + + + + #b39ddb + + #ac97d2 + + #ffffff + + #000000 + -- cgit v1.2.3