Android代码-自定义安全键盘

时间:2022-08-27 15:12:13
【文件属性】:

文件名称:Android代码-自定义安全键盘

文件大小:259KB

文件格式:ZIP

更新时间:2022-08-27 15:12:13

Android代码

LazyKeyboard A SecurityKeyBoard for Android. Supporting three kinds of keyboard: Letter, Number, Symbol. 中文版 Installation Gradle Step 1. 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.onlyloveyd:LazyKeyboard:v1.3' } Basic Usage Step 1. Add SecurityEditText into your layout Step 2. init SecurityKeyboard with the layout


【文件预览】:
LazyKeyboard-master
----screenshot()
--------letter.png(33KB)
--------number.png(28KB)
--------symbol.png(32KB)
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(726B)
----LICENSE(1KB)
----app()
--------proguard-rules.pro(751B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----gradle()
--------wrapper()
----.idea()
--------codeStyles()
--------runConfigurations.xml(564B)
--------misc.xml(3KB)
--------modules.xml(942B)
--------inspectionProfiles()
--------checkstyle-idea.xml(610B)
----.gitignore(1017B)
----README.md(1KB)
----settings.gradle(32B)
----lazykeyboard()
--------gradle.properties(171B)
--------proguard-rules.pro(751B)
--------src()
--------.gitignore(7B)
--------build.gradle(645B)
----build.gradle(696B)

网友评论