Fix a close button colors

Apply approriate color attribute to the close-button cross

Bug: 230035096
Test: Both dark and light themes
Change-Id: If656b861ce59813bc64fc2ce57609edbb005c3ee
This commit is contained in:
Andrey Epin
2022-05-13 05:20:52 +00:00
parent eccd61221b
commit 62818c7ebf

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>