Android AutoCompleteTextView DropDown Position

后端 未结 5 1475
鱼传尺愫
鱼传尺愫 2021-01-11 11:42

I am using following code for auto complete however, dropdown items comes above the AutoCompleteTextView. I want it to show up beneath the AutoCompleteTex

5条回答
  •  终归单人心
    2021-01-11 12:10

    Use the android:dropDownAnchor, android:dropDownHorizontalOffset, android:dropDownVerticalOffset and maybe others on the AutoCompleteTextView in your layout. For more info AutocompleteTextView.

提交回复
热议问题