It is otp view or password box library for android
It will also animate when typing

app:isPasswordType="boolean" to change otp editext to password edittext
app:viewtextColor="color" to change text color (Currently not support password type text color)

Future will support material shape theming and custom password char

Dependency Setup

maven { url 'https://jitpack.io' }
implementation 'com.github.ZayPhyo01:OtpPasswordView:0.1.0'