当前位置:操作系统 > 安卓/Android >>

Android监听键盘上的确定键等

[html] 
mETCommentContent.setOnEditorActionListener(new OnEditorActionListener() { 
             
            @Override  www.zzzyk.com
            public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 
                if (actionId == EditorInfo.IME_ACTION_DONE) { 
                    hideSoftInput(); 
                } 
                return false; 
            } 
        }); 
补充:移动开发 , Android ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,