homgwu / NumberCodeView

A number input view which like input password in alipay or wechat pay.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumberCodeView

A number input view which like input password in alipay or wechat pay.

Usage

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.

Screenshots

About

A number input view which like input password in alipay or wechat pay.


Languages

Language:Java 100.0%