Scrolling drop-down-menu over the keyboard in autocompletetextview

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

    A simple solution that works perfectly with all resolutions is to use the android:dropDownAnchor property with a resource ID that references your activity toolbar.

    
    

提交回复
热议问题