在我的android应用中启动 onSearchRequested(); 来打开搜索对话框,但是当u用户在“搜索对话框”中输入搜索内容时-软键盘显示一个箭头图标(用于回车) )而不是放大镜开始搜索
我该如何显示放大镜- 问题的屏幕快照已附上
搜索配置为:
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_name"
android:hint="@string/search_hint" >
</searchable>
答案 0 :(得分:1)
请尝试一下。
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="schemas.android.com/apk/res/android"
android:hint="@string/search_hint"
android:label="@string/app_name"
android:imeOptions="actionSearch"></searchable>