Android AutoCompleteTextView DropDown Position

后端 未结 5 1470
鱼传尺愫
鱼传尺愫 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:23

    Add dropdownheight as well as dropdownanchor, will work surely.

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

提交回复
热议问题