下划线(方框)密码输入框
in layout.xml
<com.arron.passwordview.PasswordView
android:id="@+id/passwordView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
app:mode="rect"
app:passwordSize="40dp"/>
详细请下载Demo查看
- passwordLength (密码长度)
- mode (样式切换 underline->下划线 rect->边框)
- passwordPadding (每个密码框间隔)
- borderColor (边框颜色)
- borderWidth(边框大小)
- cursorFlashTime(光标闪烁间隔时间)
- isCursorEnable(是否启用光标)
- cipherTextSize(‘*’号大小)
- cursorColor(光标颜色)
- cipherEnable(是否启用‘*’显示)
The MIT license.