Skip to content

Instantly share code, notes, and snippets.

@jim-at-jibba
Created November 13, 2018 13:03
Show Gist options
  • Save jim-at-jibba/b026ccb4938cfb62184037b0d426c941 to your computer and use it in GitHub Desktop.
Save jim-at-jibba/b026ccb4938cfb62184037b0d426c941 to your computer and use it in GitHub Desktop.
onCreateInputView Method
@Override
public View onCreateInputView() {
return getLayoutInflater().inflate(R.layout.keyboard_layout, null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment