commit | 86564ee6ca89efef9142c0e7b3a848fc6d6cda22 | [log] [tgz] |
---|---|---|
author | Ats Jenk <atsjenk@google.com> | Tue Jan 10 16:31:42 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jan 10 16:31:42 2023 +0000 |
tree | a7e809f9df9741ebe067690357b3d95617a325fe | |
parent | a27acd162245fd36d9d0ce09148cfe79e63b3cff [diff] | |
parent | 8a310b5c29ba4246eb36d666459ede0385751f54 [diff] |
Merge "Update tint for minimize button" into tm-qpr-dev
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 0bcaa53..b7ff96e 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"> <path android:fillColor="@android:color/white" android:pathData="M6,21V19H18V21Z"/> </vector>