List of usage examples for android.view.inputmethod InputMethodSubtype getIconResId
public int getIconResId()
From source file:com.samplekeyboard.LatinKeyboardView.java
void setSubtypeOnSpaceKey(final InputMethodSubtype subtype) { final LatinKeyboard keyboard = (LatinKeyboard) getKeyboard(); keyboard.setSpaceIcon(getResources().getDrawable(subtype.getIconResId())); invalidateAllKeys();/*from w w w .ja v a 2 s. c o m*/ }