mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-26 04:52:29 +01:00
Fix Toolbar Search input pointer and cursor color
This commit is contained in:
parent
a7d6ad5162
commit
62c3c7ac21
@ -23,6 +23,7 @@
|
||||
android:inputType="textFilter|textNoSuggestions"
|
||||
android:maxLines="1"
|
||||
android:nextFocusDown="@+id/suggestions_list"
|
||||
android:theme="@style/ToolbarSearchInputTheme"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
<FrameLayout
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user