All Projects → onlyloveyd → Lazykeyboard

onlyloveyd / Lazykeyboard

Licence: mit
🔥🔥字母,符号,数字&自定义安全键盘🔥🔥

Programming Languages

java
68154 projects - #9 most used programming language

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

allprojects {
    repositories {
	...
	maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    implementation 'com.github.onlyloveyd:LazyKeyboard:v1.4'
}

Basic Usage

Only Step. Add SecurityEditText into your layout

   <LinearLayout
        android:id="@+id/container"
        ...">

        <com.gs.keyboard.SecurityEditText
            android:id="@+id/et_security_keyboard"
            android:layout_width="match_parent"
            ... />

        <EditText
            android:id="@+id/et_security_keyboard_two"
            ... />
    </LinearLayout>

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

Default Keyboard

letter symbol number

Follow

Scan to Follow

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].