Philio / PinEntryView

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

Placeholder character #16

Open Fideas opened 8 years ago

Fideas commented 8 years ago

Provide a simple method to show a placeholder text on each DigitView before the user types in his PIN code.

Usage

PinEntryView.setPlaceHolderText("your-string");  
  1. The length of the argument must match the .digits property
  2. If the user doesn't call this method the the views work just like they do now

    New variables

String placeholder

int digitPlaceholderTextColor

Philio commented 8 years ago

Thanks @Fideas I'll review over the weekend.