From 235585c8c48311bc41e008c1f68e71585f9f7e2c Mon Sep 17 00:00:00 2001 From: Don Turner Date: Tue, 19 Dec 2023 13:46:40 +0000 Subject: [PATCH] Add comment explaining why the launcher icon colors differ per build variant Change-Id: I30126402370162ccbe53e177652583e4472f2030 --- app/src/benchmark/res/values-night/colors.xml | 2 ++ app/src/benchmark/res/values/colors.xml | 2 ++ app/src/debug/res/values-night/colors.xml | 2 ++ app/src/debug/res/values/colors.xml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/app/src/benchmark/res/values-night/colors.xml b/app/src/benchmark/res/values-night/colors.xml index 677eb4e03..7e62bc52c 100644 --- a/app/src/benchmark/res/values-night/colors.xml +++ b/app/src/benchmark/res/values-night/colors.xml @@ -14,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> + #FFFFFF #FF006780 diff --git a/app/src/benchmark/res/values/colors.xml b/app/src/benchmark/res/values/colors.xml index d33b7ba72..8524b17d2 100644 --- a/app/src/benchmark/res/values/colors.xml +++ b/app/src/benchmark/res/values/colors.xml @@ -14,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> + #000000 #FF006780 diff --git a/app/src/debug/res/values-night/colors.xml b/app/src/debug/res/values-night/colors.xml index d6a4c98e0..2d36bde01 100644 --- a/app/src/debug/res/values-night/colors.xml +++ b/app/src/debug/res/values-night/colors.xml @@ -14,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> + #FFFFFF #FFA23F16 diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml index 6365ddb3f..56a856913 100644 --- a/app/src/debug/res/values/colors.xml +++ b/app/src/debug/res/values/colors.xml @@ -14,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> + #000000 #FFA23F16