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 0e452320ef
commit 8534539a9e
3 changed files with 5 additions and 6 deletions

View file

@ -22,6 +22,7 @@
android:inputType="textFilter|textNoSuggestions"
android:maxLines="1"
android:nextFocusDown="@+id/suggestions_list"
android:theme="@style/WhiteAccentTheme"
tools:ignore="RtlHardcoded" />
<FrameLayout