AutoCompleteTextview Color set white by default

前端 未结 10 2202
自闭症患者
自闭症患者 2020-12-18 18:16

I used an AutoCompleteTextView in my android app and it is working correctly. The only problem I am facing is that the color of the suggestions is white by default that is i

10条回答
  •  离开以前
    2020-12-18 18:58

    Well, we can't set the "suggestion text" color, but we can change its background! Just use android:popupBackground="YOUR_COLOR_HEX" as in this example:

    
    

    Works also on Lollipop! ;)

提交回复
热议问题