PinLockView
PinLockView copied to clipboard
A clean, minimal, highly customizable pin lock view for Android
Hi, jcenter is no longer available. Please publish this library to mavenCentral
I need to change the button style for button pressed status. I can not find a way to do it in XML. Is there a way to do that? Thanks.
Indicator dots of PinView only show white color for filled and grey color for empty. Nothing happens when used : "app:dotFilledBackground="@drawable/circle""
dotEmptyBackground is not working I have tested it
Hi, The resource attribute name `attr/indicatorType` is duplicated to material-component's one. The `attr/indicatorType` should be changed to another one. Can't use this library anymore with it.
Error I got: `error: duplicate value for resource 'attr/indicatorType' with config ''` Seems like there is an attribute conflict with com.google.android.material:material:1.3.0-alpha01. Can you attach a prefix to the attribute indicatorType?
Hi, I am not sure why but when user type in the number into the pinlockview, the last of the indicator dot is not filled even though a number is...
can i clear indicatordot? i wanna use indicatordot for verif my pin, so when pin i was input wrong indicatordot will clear. please help
https://imgur.com/a/8vMR5tS If I open new Intents or ask for Storage Permissions the PinLockView always opens over it. I want to know why and how I can disable this? Anyone has...