autocompletetextview - Android setFocusable on AutoCompleteText? -
i wondering if setfocusable works autocomplete text view.
i looked examples , implemented setfocusable (in observation) works edittext. setfocusable works autocomplete text view?
if not, there ways implement such?
http://developer.android.com/reference/android/widget/autocompletetextview.html
according documentation, does. can make not focusable calling setfocusable( ).
try set setfocusableintouchmode( ), maybe have default focus set on it;
Comments
Post a Comment