I have created a custom toolbar (custom_ttolbar.xml) that I am adding it to my activity. I want to change the search icon in the toolbar to white and the text to be entered to be white how can I do that ?
Here how it look.
and here is the xml code for the search view:
<SearchView
android:layout_alignParentEnd="true"
android:id="@+id/simpleSearchView"
android:layout_height="30dp"
style="@style/MySearchViewStyle"
android:layout_width="wrap_content"/>
Also, the text entered when I click the search button is black how do I change that also ?