如何在android中监听自定义键盘键事件

时间:2015-03-23 09:23:13

标签: android android-layout android-activity

我在android中创建了一个自定义键盘但是如何在没有EditText的情况下监听键事件。键盘可见

 CustomKeyboard customKeyboard;
 customKeyboard= new CustomKeyboard(this,R.id.keyboardview, R.xml.hexkbd );

或者是否有任何方法可以从软键盘中读取

0 个答案:

没有答案