elec60 / PinEntryView

Pin entry field library for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PinEntryView

Pin/OTP entry field library for Android

Usage example:

<com.hm60.pinentryview.PinEntryView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            app:line_color="#ff0000"
            app:number_count="5"
            app:has_animation="true"
            app:digit_size="22sp"
            app:filled_line_color="#d2a12a"
            app:text_color="#1f1f1f"/>

About

Pin entry field library for Android


Languages

Language:Kotlin 90.4%Language:Java 9.6%