PasswordStrengthView
This is an android library to represent password strength.
Preview
How to use?
Add maven to your project gradle file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add dependency in your app gradle file.
implementation 'com.github.RHSaliya:PasswordStrengthView:1.1'
Add view on your layout
"><com.rhs.psw.PasswordStrengthView android:id="@+id/passwordSV" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="24sp" app:indicatorWidth="16dp" app:empty_color="#ddd"/>