# LazyKeyboard **Repository Path**: onlyloveyd/LazyKeyboard ## Basic Information - **Project Name**: LazyKeyboard - **Description**: 🔥🔥字母,符号,数字&自定义安全键盘🔥🔥 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-07-13 - **Last Updated**: 2023-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # New Version V1.4 # LazyKeyboard A SecurityKeyBoard for Android. Supporting three kinds of keyboard: Letter, Number, Symbol. ## Installation ### Gradle **Step 1.** Add following code to your root build.gradle at the end of repositories ```groovy allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` **Step 2.** Add the dependency ```groovy dependencies { implementation 'com.github.onlyloveyd:LazyKeyboard:v1.4' } ``` ## Basic Usage **Only Step.** Add **SecurityEditText** into your layout ```xml ``` ## Attributes |Attribute|Usage| |--|--| |chooserSelectedColor|the selected keyboard type text color| |chooserUnselectedColor|the unselected keyboard type text color| |chooserBackground|the background of keyboard type area| |keyboardBackground|the background of keyboard | |isKeyPreview| whether show preview layout when tap on key| ## Custom Keyboard ![all](screenshot/new_keyboard.png) ## Default Keyboard ![letter](screenshot/letter.png) ![symbol](screenshot/symbol.png) ![number](screenshot/number.png)