From 38d0c15d3395a7b50ef30cee5e579bbc45a62baa Mon Sep 17 00:00:00 2001 From: TM Date: Mon, 16 Oct 2023 00:31:36 -0700 Subject: [PATCH] Create different icons for each build variant Added color values for DEBUG and BENCHMARK build variants. --- app/src/benchmark/res/values-night/colors.xml | 20 ++++++++++++++++ app/src/benchmark/res/values/colors.xml | 23 +++++++++++++++++++ app/src/debug/res/values-night/colors.xml | 20 ++++++++++++++++ app/src/debug/res/values/colors.xml | 23 +++++++++++++++++++ 4 files changed, 86 insertions(+) create mode 100644 app/src/benchmark/res/values-night/colors.xml create mode 100644 app/src/benchmark/res/values/colors.xml create mode 100644 app/src/debug/res/values-night/colors.xml create mode 100644 app/src/debug/res/values/colors.xml diff --git a/app/src/benchmark/res/values-night/colors.xml b/app/src/benchmark/res/values-night/colors.xml new file mode 100644 index 000000000..e2c4fc0b1 --- /dev/null +++ b/app/src/benchmark/res/values-night/colors.xml @@ -0,0 +1,20 @@ + + + + #2296F3 + #FFFFFF + diff --git a/app/src/benchmark/res/values/colors.xml b/app/src/benchmark/res/values/colors.xml new file mode 100644 index 000000000..7da2e4639 --- /dev/null +++ b/app/src/benchmark/res/values/colors.xml @@ -0,0 +1,23 @@ + + + + + #4D000000 + + #2296F3 + #000000 + diff --git a/app/src/debug/res/values-night/colors.xml b/app/src/debug/res/values-night/colors.xml new file mode 100644 index 000000000..62ae86f86 --- /dev/null +++ b/app/src/debug/res/values-night/colors.xml @@ -0,0 +1,20 @@ + + + + #FFFFFF + #2296F3 + diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml new file mode 100644 index 000000000..b07b3c4ce --- /dev/null +++ b/app/src/debug/res/values/colors.xml @@ -0,0 +1,23 @@ + + + + + #4D000000 + + #000000 + #2296F3 +