Skip to content

adaJQD/PasswordEditText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PasswordEditText

实现大圆点形式的密码输入框,可自定义圆点颜色、宽度以及密码最大输入长度,光标的颜色、宽度、闪烁间隔。 效果如下图:

##Useage

<com.ada.library.PasswordEditText
        android:id="@+id/edittext"
        android:layout_width="500dp"
        android:layout_height="wrap_content"
        ada:cursorColor="@android:color/black"
        ada:cursorInterval="400"
        ada:cursorWidth="4"
        ada:passwordColor="@android:color/white"
        ada:passwordLength="10"
        ada:passwordWidth="10dp" />

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages