-
-
Notifications
You must be signed in to change notification settings - Fork 812
Searcher colour integration #496
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@grigoryfedorov , possibly a bug, pls check it. |
The text colour in the search can be changed by adding below code to setUpSearchView in ContactList.java. However for changing the associated icon we will need an icon file int searchPlateId = searchView.getContext().getResources().getIdentifier("android:id/search_plate", null, null); |
Though in SearchView.java, we have this code if (a.hasValueOrEmpty(R.styleable.SearchView_searchHintIcon)) { |
@moshpirit looks like it's fixed in latest releses. |
It should be white like the others buttons, shouldn't it?
The text was updated successfully, but these errors were encountered: