标签: android performance android-layout android-fragments
在Multiautocompletetextview内添加按钮,使alertdialog可滚动,我想要这种类型的自定义提醒对话框
Multiautocompletetextview
alertdialog
答案 0 :(得分:0)
即使您应该应用此方法来限制DropDown的高度MultiAutoCompleteTextView xml中的小部件应用此更改:
MultiAutoCompleteTextView
xml
android:dropDownHeight="size"
通过编码进行OR:
autoCompletetxtView.setDropDownHeight(int);