Set Search text cursor using accent color instead of drawable
This commit is contained in:
parent
a9e8b3e06b
commit
e4f2c58933
3 changed files with 5 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue