同样的问题解决方案很多,但都没有解决我的问题:
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),设置不会显示搜索按钮(我遇到的坑)