Scrolling drop-down-menu over the keyboard in autocompletetextview

后端 未结 6 1479
一生所求
一生所求 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:54

    Just add android:dropDownHeight="100dp" to the AutoCompleteTextView tag in your layout file, it will work.

提交回复
热议问题