alphamu / PinEntryEditText

An EditText that looks like a pin entry field. It is highly customisable and even animated text.
Apache License 2.0
670 stars 137 forks source link

Blinking line under focused spot #7

Open martar opened 7 years ago

martar commented 7 years ago

Any hint how to approach loading animating drawable as background of the pin and starting the animation? I find it not usable when a user of the app do not see any the blinking cursor.

burakozhan commented 7 years ago

+1 Independent of the setting the cursor is invisible. android:cursorVisible="false" //recommended I have tried false, true, or removed the setting and there is still no cursor visible.

alphamu commented 5 years ago

I'll put it on the list, but it might be it's own setting, i think cursorVisible will likely show a tranditional cursor. There can be an other variable blinkCursor (for example) that can animate blinking of the next value to input.