Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

wtw-software/AndroidPinEditText

Repository files navigation

AndroidPinEditView

Usage

<no.wtw.android.androidpinedittext.view.PinEditText
        android:id="@+id/pin_code"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">
    <requestFocus/>
</no.wtw.android.androidpinedittext.view.PinEditText>

Styling

<no.wtw.android.androidpinedittext.view.PinEditText
        ...
        android:textColor="#333"
        app:pinLength="4"
        app:digitSize="56dp"
        app:digitMargin="8dp"
        app:digitDotRadius="6dp"
        app:digitBackgroundDefault="@drawable/background_default"
        app:digitBackgroundFocused="@drawable/background_focused"
        />

License

Copyright 2014 WTW AS

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Pin code view, extends EditText

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages