Merge "Fix a close button colors" into tm-dev am: 728839e60b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18367927

Change-Id: Ic7286a8a721c4bd8267d1f2288af7cac0dea7fc7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Andrey Epin
2022-05-13 15:24:09 +00:00
committed by Automerger Merge Worker

View File

@@ -24,6 +24,6 @@
android:fillColor="?androidprv:attr/colorAccentTertiary"
android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0"/>
<path
android:fillColor="?android:attr/textColorPrimary"
android:fillColor="?attr/overlayButtonTextColor"
android:pathData="M23,10.41L21.59,9 16,14.59 10.41,9 9,10.41 14.59,16 9,21.59 10.41,23 16,17.41 21.59,23 23,21.59 17.41,16z"/>
</vector>