Android - AutoCompleteTextView下拉列表和软输入键盘

时间:2017-02-07 07:01:48

标签: android autocompletetextview window-soft-input-mode

使用window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);我可以阻止我的AutoCompleteTextView下拉到软输入键盘后面,但它现在与键盘齐平,如下面的image所示:

有没有办法在AutoCompleteTextView下拉列表和软输入键盘之间添加边距?

1 个答案:

答案 0 :(得分:1)

在xml中将自动填充文本视图的下拉高度添加为android:dropDownHeight="100dp"