Set Search text cursor using accent color instead of drawable

This commit is contained in:
krlvm 2021-03-28 12:24:29 +03:00
parent a9e8b3e06b
commit e4f2c58933
No known key found for this signature in database
GPG key ID: B8552A91FD265536
3 changed files with 5 additions and 6 deletions

View file

@ -185,7 +185,10 @@
<item name="popupTheme">@style/ThemeOverlay.AppCompat.DayNight.ActionBar</item>
<item name="tint">@color/white</item>
<item name="iconTint">@color/white</item>
<item name="android:textCursorDrawable">@drawable/white_edit_text_cursor</item>
</style>
<style name="WhiteAccentTheme">
<item name="colorAccent">@color/white</item>
</style>
<style name="WhiteTintTheme">