# WeChatPswKeyboard **Repository Path**: chen3441251/WeChatPswKeyboard ## Basic Information - **Project Name**: WeChatPswKeyboard - **Description**: 高仿微信数字键盘、支付键盘(密码键盘),同样可以拿来改成支付宝的支付键盘 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeChatPswKeyboard 高仿微信数字键盘、支付键盘(密码键盘) 效果图: ![image](https://github.com/zuiwuyuan/WeChatPswKeyboard/blob/master/imgs/img.gif) 在原作者上增加密码界面禁止截屏和辅助功能的使用 To get a Git project into your build: Step 1. Add the JitPack repository to your build file gradle Add it in your root build.gradle at the end of repositories: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Step 2. Add the dependency ``` dependencies { implementation 'com.github.moz1q1:WeChatPswKeyboard:1.0.+' } ``` ``` 隐藏密码输入框 虚拟键盘 键盘是否随机 是否显示 ‘.’ 数字键盘 ``` Share this release: 详细介绍,请查看:http://blog.csdn.net/zuiwuyuan/article/details/52198240 如果对你有帮助,请star下吧,谢谢。