CustomKeyboard An Android custom keyboard useage: 1.import the module keyboard 2.in your layout(just use KeyboardEditText as a eidttext) <com.example.demo.keyboard.keyboard.KeyboardEditText android:layout_width="match_parent" android:layout_height="wrap_content" app:keyboardType="KEYBOARD_TYPE_STOCK_CODE" />