Hi All,

I have a MultiAutoCompleteTextView on my activity , the data for this
view is provided by a adapter. There is a global theme for the app and
applying  this theme caused the drop down background  of the
MultiAutoCompleteTextView changed to white and text color is also
white. To over come this problem I did the following to change the
background of the drop down to black.

       mSendTo.getDropDownBackground().setAlpha(0);
       mSendTo.setDropDownBackgroundResource(R.color.black_color);

The background of drop down is changed, but now when scrolling up and
down , the items in drop down becomes blurry.


Any help on how to fix this is highly appreciated.Thanks in advance.

Regards,
Prakash R

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to