From 82a8c68a1fcea4860556b738da4d37296835928e Mon Sep 17 00:00:00 2001 From: Sadrul Chowdhury Date: Tue, 21 Mar 2023 16:33:57 +0000 Subject: [PATCH] splash: Default to dark color background for splashscreen. The default background color for splashscreen is the 'light' color, which is white. This can cause an unexpected white flash during a few use cases. So fix this by defaulting to the 'dark' background color (black). Bug: 273080885 Test: remove location access to maps, relaunch maps. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:88dd1d3bea401647e3f2b5edcb4a5178f4aa9a0a) Merged-In: Ib9d5c840ee8f0ddd931525b64d451f8af1a1e1cd Change-Id: Ib9d5c840ee8f0ddd931525b64d451f8af1a1e1cd --- .../Shell/res/values-watch/colors.xml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 libs/WindowManager/Shell/res/values-watch/colors.xml diff --git a/libs/WindowManager/Shell/res/values-watch/colors.xml b/libs/WindowManager/Shell/res/values-watch/colors.xml new file mode 100644 index 0000000000000..82492bf2af80a --- /dev/null +++ b/libs/WindowManager/Shell/res/values-watch/colors.xml @@ -0,0 +1,22 @@ + + + + @color/splash_screen_bg_dark + +