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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user