PasswordView - 基于 Material Design 的密码显隐库

来源:互联网 发布:马云大数据时代演讲 编辑:程序博客网 时间:2024/06/05 15:09

1.

Installation

PasswordView is available on jcenter and be installed using

dependencies {    .    .    compile 'com.github.SubhrajyotiSen:library:1.1'}
2.直接在布局文件中添加以下组件

<com.subhrajyoti.passwordview.PasswordView        android:id="@+id/passwordView"        android:layout_width="match_parent"        android:layout_height="wrap_content" />
github地址


0 0
原创粉丝点击