gpt4 book ai didi

android - setOnActionExpandListener 导致 searchview 不展开

转载 作者:行者123 更新时间:2023-11-29 20:43:24 25 4
gpt4 key购买 nike

使用 setOnActionExpandListener 会导致 SearchView 不展开。为什么?我该如何解决?

 menu.findItem(R.id.action_search).setOnActionExpandListener(new MenuItem.OnActionExpandListener() {
@Override
public boolean onMenuItemActionExpand(MenuItem item) {
return false;
}
@Override
public boolean onMenuItemActionCollapse(MenuItem item) {
//TODO
return true;
}
});

最佳答案

尝试在 onMenuItemActionExpand 中返回 true。根据 OnActionExpandListener 中的评论:

return true if the item should expand, false if expansion should be suppressed.

关于android - setOnActionExpandListener 导致 searchview 不展开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30698888/

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