开发者

Set search dialog text dynamically

开发者 https://www.devze.com 2023-02-16 18:10 出处:网络
Does anyone knows how to set the text of search dialog dynamically ? I want to realize the effect that when the search key pressed, a specific text can be initia开发者_开发百科lized in the search dia

Does anyone knows how to set the text of search dialog dynamically ? I want to realize the effect that when the search key pressed, a specific text can be initia开发者_开发百科lized in the search dialog. Waiting for your suggestions. Thx~~


@Override
public boolean onSearchRequested() {
    startSearch("initial query", true, null, false);
    return false;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消