Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 810 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 810 Bytes

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" />