How to give colors for autocompletetextview in android.
I am using these two colors for background and text-color
android:background = “#000000”
android:textclolor = “#ffffff”.
But the problem is if i type some texts on autocompletetextview then the listable values are showing in white color and same to the text-colors too.
I can’t able to fix only a color for the whole autocompletetextview. How to do this?
suggestions please!..
thanks in advance
you can use android:popupBackground attributes in AutoCompleteTextView in layout xml. it works for your problem.
As for example like this …