android 软件盘设置搜索失效问题处理

来源:互联网 发布:网店美工教案 编辑:程序博客网 时间:2024/05/21 00:01

同样的问题解决方案很多,但都没有解决我的问题:

1:设置

xml中设置

android:imeOptions="actionSearch"

java代码中设置

editText.setImeOptions(EditorInfo.IME_ACTION_SEARCH)

2:设置 android:inputType="text" 或 android:singleLine="true";


3:取消TextView的drawable(left right bottom top),设置不会显示搜索按钮(我遇到的坑)




阅读全文
0 0