Android AutoCompleteTextView DropDown Position

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

    Set height of dropdown and set space between dropdown and edittext. Dropdown will display above and below view in dropdownanchor. Height = 200dp, dropdown will not overlap keyboard.

                    
                        
                    
    

提交回复
热议问题