# CustomKeyboard **Repository Path**: lemontwist/custom-keyboard ## Basic Information - **Project Name**: CustomKeyboard - **Description**: CustomKeyboard - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-15 - **Last Updated**: 2024-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Android ## README # MyKeyboard - Android自定义键盘的使用 - 高仿微信数字键盘 - 高仿微信支付键盘(密码键盘) - 密码键盘 效果图: ![image](https://github.com/zhang721688/MyKeyboard/blob/master/image/img.gif) ![image](https://github.com/zhang721688/MyKeyboard/blob/master/image/image01.gif) ![image](https://github.com/zhang721688/MyKeyboard/blob/master/image/image02.gif) ![image](https://github.com/zhang721688/MyKeyboard/blob/master/image/image03.gif) # 依赖 ``` implementation 'com.zxn.keyboard:custom-keyboard:1.0.3' ``` # 使用 ``` PopEnterPassword popEnterPassword = new PopEnterPassword(this); popEnterPassword.setOnInputListener(new OnInputListener() { @Override public void inputFinish(String password) { Toast.makeText(PaymentKeyBoardActivity.this, "password :" + password, Toast.LENGTH_SHORT).show(); } }); popEnterPassword.show(); ``` # 更新 - custom-keyboard:1.0.3 增加密码键盘