A number input view which like input password in alipay or wechat pay.
Add to your '.xml' file.
<com.linkaipeng.numbercodeview.NumberCodeView
android:id="@+id/numberCodeView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
numbercodeview:isPassword="true"/>
Use the numbercodeview:isPassword
attribute.