mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
A possible fix of the search bar colors
This commit is contained in:
parent
d432205789
commit
fd5a5037f3
4 changed files with 16 additions and 5 deletions
|
|
@ -22,11 +22,15 @@
|
|||
app:leftButtonDrawable="@drawable/ic_search"
|
||||
app:queryInputHint="@string/search_hint"
|
||||
app:shouldDimBehind="true"
|
||||
app:suggestionIconColor="?attr/colorOnSurface"
|
||||
app:suggestionRecentSearchIconColor="?attr/colorOnSurface"
|
||||
app:suggestionSearchSuggestionIconColor="?attr/colorOnSurface"
|
||||
app:suggestionSelectedTextColor="?attr/colorOnSurface"
|
||||
app:suggestionTextColor="?attr/colorOnSurface" />
|
||||
|
||||
app:queryInputBarIconColor="@color/searchPlaceholderColor"
|
||||
app:queryInputHintColor="@color/searchPlaceholderColor"
|
||||
app:queryInputTextColor="@color/searchPlaceholderColor"
|
||||
app:suggestionIconColor="@color/searchColor"
|
||||
app:suggestionRecentSearchIconColor="@color/searchColor"
|
||||
app:suggestionSearchSuggestionIconColor="@color/searchColor"
|
||||
app:suggestionSelectedTextColor="?attr/colorPrimary"
|
||||
app:suggestionTextColor="@color/searchColor"/>
|
||||
|
||||
<androidx.core.widget.NestedScrollView
|
||||
android:id="@+id/search_result_nested_scroll_view"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue