Material Auto Complete Text View
A special sub-class of android.widget.AutoCompleteTextView that is auto-inflated so that auto-complete text fields (e.g., for an Exposed Dropdown Menu) are accessible when being interacted through a screen reader.
The ListPopupWindow of the android.widget.AutoCompleteTextView is not modal, so it does not grab accessibility focus. The MaterialAutoCompleteTextView changes that by having a modal ListPopupWindow that is displayed instead of the non-modal one, so that the first item of the popup is automatically focused. This simulates the behavior of the .
Functions
Link copied to clipboard
Link copied to clipboard
Returns the color of the popup dropdown container.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the color of the popup dropdown container.
Link copied to clipboard
Sets the color of the popup dropdown container.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the simple string items of auto-completion with the given string array resource.
Sets the simple string items of auto-completion with the given string array.
Link copied to clipboard