gpt4 book ai didi

安卓键码 :KeyEvent. KEYCODE_SEARCH

转载 作者:行者123 更新时间:2023-11-29 14:56:23 25 4
gpt4 key购买 nike

您好,我有带有 imeoption actionsearch 的 edittext,当我单击虚拟键盘中的搜索图标时,我需要调用一个函数,我已经覆盖了 onKeydown,但是当我按下搜索时我无法控制,我在做什么

最佳答案

ed1.setOnEditorActionListener(new OnEditorActionListener() {        
@Override
public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
if(actionId==EditorInfo.IME_ACTION_SEARCH){
System.out.println("Search pressed.........");
}
return false;
}
});

关于安卓键码 :KeyEvent. KEYCODE_SEARCH,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5815286/

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