I was just wondering if setFocusable
works with AutoComplete text view.
I looked for examples and implemented it but setFocusable (in my observation) works only with EditText. Does setFocusable works with AutoComplete text view?
If not, are there any ways to implement such?