java - Android Autocomplete TextView drop down width -
java - Android Autocomplete TextView drop down width -
i want dropdown of auto finish textview cover entire screen width. normal behaviour of autocomplete textview such covers width of edittext (screenshot below).
how do ? should default maps app in android.
http://developer.android.com/reference/android/widget/autocompletetextview.html#attr_android:dropdownwidth
by putting value -1 or fill_parent should work
java android
Comments
Post a Comment