Selection list cut off in AutoCompleteTextView in Dialog

后端 未结 6 930
名媛妹妹
名媛妹妹 2021-02-06 09:55

I have a dialog window that covers 1/3 of the entire screen height and is displayed on top of my activity. The dialog holds two AutoCompleteTextView fields.

The problem

6条回答
  •  爱一瞬间的悲伤
    2021-02-06 10:21

    Right now I'm assuming it's a bug, which I already filed here: http://code.google.com/p/android/issues/detail?id=9917

    But if anybody knows a solution to this, I'd greatly appreciate it and would be glad to trade it for some bounty points.

    Edit:

    One workaround that came to my mind is now to extend the dialog to the very bottom of the screen but leave the background transparent, so it looks the same as now, but actually has a height that wouldn't cut off the list. I will give that a try...

提交回复
热议问题