Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. mKeyboard = new Keyboard(this,Resource.Layout.Keyboard);
  2. mKeyboardView = this.FindViewById<KeyboardView> (Resource.Id.keyboardview);
  3. mKeyboardView.Keyboard = mKeyboard;
  4.  
  5. // PROBLEM HERE
  6. mKeyboardView.OnKeyboardActionListener = new KeyboardView.IOnKeyboardActionListener () {
  7.  
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement