The Drop-down content of AutoCompleteTextView
is the white word. But it can not be seen clear. How to deal with this?
This is my code:
ArrayAdapter<String> myAdapter=new ArrayAdapter<String>
(this,android.R.layout.browser_link_context_header, info_array);
The font still can not be seen clear. Then I change the code like this: myAdapter.setDropDownViewResource(R.layout.dropdown_tv);
It still can not see the font. Please help me. Thanks very much!