1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Fix Toolbar Search input pointer and cursor color

This commit is contained in:
krlvm 2021-03-29 14:47:46 +03:00
parent a7d6ad5162
commit 62c3c7ac21
No known key found for this signature in database
GPG Key ID: B8552A91FD265536
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -95,9 +95,8 @@
<item name="iconTint">@color/contrastColor</item>
</style>
<style name="SearchToolbarTheme">
<item name="colorAccent">@color/white</item>
<style name="ToolbarSearchInputTheme">
<item name="colorAccent">?attr/toolbarSearchColor</item>
</style>
</resources>