# custom-keyboard **Repository Path**: hlj1013/custom-keyboard ## Basic Information - **Project Name**: custom-keyboard - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2021-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Custom-Keyboard android 自定义键盘 ## 使用 引用 ``` gradle compile 'com.dilusense.android:customkeyboard:1.1' ``` 布局文件引用键盘布局文件 ``` java ``` 创建键盘实例 ``` java KeyboardIdentity keyboardIdentity = new KeyboardIdentity(this); ``` 绑定点击,焦点变化事件给EditText ``` java KeyboardUtils.bindEditTextEvent(keyboardIdentity, editText); ``` ## 效果 ![image](https://github.com/kuangch/custom-keyboard/blob/master/screen.gif)