gpt4 book ai didi

android - SearchManager 显示另一个图标而不是放大镜

转载 作者:行者123 更新时间:2023-11-29 22:34:44 25 4
gpt4 key购买 nike

如何更改搜索管理器右侧的图标?默认图标是一个放大镜,但我见过一个应用程序显示“OK”而不是放大镜!

根据我的需要,放大镜图标不太好。我使用 SearchManager 来显示输入单词的历史记录。所以一个更好的图标代替搜索图标就可以了。

最佳答案

聚会迟到了,但我已经做到了:

<?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"
android:icon="@drawable/search_icon"
android:searchButtonText="@string/ok_string">
</searchable>

使用“searchButtonText”属性,您可以用您自己的文本替换默认图标。文档在这里:http://developer.android.com/guide/topics/search/searchable-config.html

您在文档中找不到的是您必须使用字符串资源中定义的字符串,如上所示。

你不能这样做 android:searchButtonText="OK"

关于android - SearchManager 显示另一个图标而不是放大镜,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2177561/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com