• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. K

    Apps Softkeyboard with DPAD

    I want to let a key in softkeyboard change it's color when I press a DPAD arrow key, and I have tried this: case KeyEvent.KEYCODE_DPAD_UP: if (mInputView != null && mInputView.isShown()){ Key a = mInputView.getKeyboard().getKeys().get(0)...