Change input text color.
PembaTamang opened this issue · 1 comments
PembaTamang commented
HiteshSynram commented
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>