[ACCEPTED]-How to set AutoCompleteTextView drop down background to transparent in Android?-android-layout
Accepted answer
set android:popupBackground to #0FFF in 1 xml
Thanks , got what I was looking for , I 3 can change background image of dropdown 2 using setDropDownBackgroundResource(); and 1 set semi-transparent png.
You have two options:
XML Attribute:
The background to 4 use for the popup window. May be a color 3 value, in the form of "#rgb", "#argb", "#rrggbb", or 2 "#aarrggbb".
Java Attribute
Sets the background 1 of the auto-complete drop-down list.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.