Philio / PinEntryView

A pin entry view widget for Android.
222 stars 86 forks source link

PinEntryView

About

A PIN entry view widget for Android with support for Android 5 Material Theme features via the AppCompat v7 support library.

Uses a hidden EditText to handle input, hence behaves much in the same was as an EditText on the screen and supports similar features.

Demo

The demo app running the latest release build is also available on Google Play:

Get it on Google Play

Change log

Download

Gradle

Add the following to your build.gradle:

compile 'me.philio:pinentryview:1.0.6'

Or for latest snapshot:

compile 'me.philio:pinentryview:1.1.0-SNAPSHOT'

Styling

Attributes

License

Copyright 2014-2015 Phil Bayfield

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.