From 8a310b5c29ba4246eb36d666459ede0385751f54 Mon Sep 17 00:00:00 2001 From: Ats Jenk Date: Thu, 5 Jan 2023 11:17:01 -0800 Subject: [PATCH] Update tint for minimize button Attribute used for the tint color does not seem to exist in WMShell. Maximize button uses @color/decor_button_dark_color. Using the same for the minimize button. They probably should look the same. Test: run WMShell unit tests from studio Bug: 242094334 Change-Id: I9d852c0d8e1a63438f89f1bc813725e1c7caf1c7 --- .../Shell/res/drawable/decor_minimize_button_dark.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/WindowManager/Shell/res/drawable/decor_minimize_button_dark.xml b/libs/WindowManager/Shell/res/drawable/decor_minimize_button_dark.xml index 0bcaa530dc803..b7ff96e64eecd 100644 --- a/libs/WindowManager/Shell/res/drawable/decor_minimize_button_dark.xml +++ b/libs/WindowManager/Shell/res/drawable/decor_minimize_button_dark.xml @@ -18,7 +18,7 @@ android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" - android:tint="?attr/colorControlNormal"> + android:tint="@color/decor_button_dark_color">