miteshpithadiya/SearchableSpinner

Change input text color.

PembaTamang opened this issue · 1 comments

The input text is white so is the background how do I change that? Is it even possible.
screenshot_1538729948

Apply style on your spinner in xml.
Add android:editTextColor in that style and set your desired colour over there..

<style name="Theme.UserDialog" parent="@style/Theme.AppCompat.Dialog"> <item name="android:editTextColor">@android:color/black</item> </style>