Scrolling drop-down-menu over the keyboard in autocompletetextview

后端 未结 6 1399
一生所求
一生所求 2021-01-04 02:16

I have an Autocompletetextview dropping down the suggestions list, up to the border of the soft-keyboard.

Then, when scrolling over the suggestions list: - (in a g

6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-04 02:37

    You can also use android:dropDownAnchor="@id/ to anchor the dropdown to a view.

提交回复
热议问题