[android-developers] Re: MultiAutoCompleteTextView DropDown becomes blurry on scrolling
Guys,
This Problem got resolved after upgrading to SDK 2.2.
Regards,
Prakash R
On Jul 6, 9:00 pm, prakash Ramachandran
<prakashramachand...@gmail.com> wrote:
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home