开发者

Is there a way to have AutoCompleteTextView use the horizontal version?

开发者 https://www.devze.com 2023-02-05 22:40 出处:网络
Using an AutoCompleteTextView, it creates a drop down like list from the EditText field.However, if you rotate the phone to landscape, it uses a horizontal scrolling 开发者_Python百科list for the auto

Using an AutoCompleteTextView, it creates a drop down like list from the EditText field. However, if you rotate the phone to landscape, it uses a horizontal scrolling 开发者_Python百科list for the autocomplete.

Some devices that have autocomplete in their keyboard use this horizontal scrolling list.

Is there a way to have it use that view instead of the drop down in portrait mode? If not, is that a View that can be customized?

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消