I am adding a android.widget.SearchView
to a view in code but I cannot find how to set the text colour for this.
SearchView = new SearchView(getContext());
I see that there are methods to set the text alignment and direction.
I also see that I can set the background colour and tint but nothing for the foreground.