Mark Caveneau
Mark Caveneau

Reputation: 39

Android,Java - AutocompleteTextView list display under the edit box

I have an AutocompleteTextView dropDown list displaying at the top of the page: here the image

Ho can I let the list display aligned under the edit text box?

Upvotes: 0

Views: 43

Answers (1)

Sushant Giri
Sushant Giri

Reputation: 44

android:dropDownAnchor="@id/yourIdOfViewOnTop" android:dropDownHeight="100dp"

Upvotes: 1

Related Questions