Advertisement
Guest User

Untitled

a guest
Dec 25th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @Override
  2. public View onCreateInputView() {
  3.  
  4.  
  5. kv = (KeyboardView) getLayoutInflater().inflate(R.layout.keyboard, null);
  6. keyboard = new Keyboard(this, R.xml.qwerty);
  7. kv.setKeyboard(keyboard);
  8. kv.setOnKeyboardActionListener(this);
  9.  
  10. return kv;
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement