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
This commit is contained in:
Ats Jenk
2023-01-05 11:17:01 -08:00
parent b638b557b8
commit 8a310b5c29

View File

@@ -18,7 +18,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
android:tint="@color/decor_button_dark_color">
<path
android:fillColor="@android:color/white" android:pathData="M6,21V19H18V21Z"/>
</vector>