📜  android studio listview 在使用键盘时抬起 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:43.399000             🧑  作者: Mango

代码示例1
//add these into the ListView attributes in xml file
android:focusableInTouchMode="false"
android:isScrollContainer="false"

//add it inside of the ListView element like this