• Stars
    star
    449
  • Rank 97,328 (Top 2 %)
  • Language
    Java
  • License
    MIT License
  • Created over 6 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

New Version v1.5

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.5'
}

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