PinLockView
PinLockView copied to clipboard
A clean, minimal, highly customizable pin lock view for Android
How can I use different diameter (hight) indicators? For example, 
How can I use bold text in PinLockView keypad?
updated targetSdk to 28, minSDK to 16
Hi, is there any plan to migrate to androidx libraries instead of the old support libraries. currently we cannot use your library unless we enable Jetifier which is not preferred...
Hi, how can I show a circle background for only the pressed key (as shown in Readme second picture)? I used the keypadButtonBackgroundDrawable attribute but it shows constant background for...
I have encountered a strange bug. In one of my activities the keypad delete button cannot be used even though it is set to true in the XML and is...
java.lang.ArrayIndexOutOfBoundsException: at com.andrognito.pinlockview.PinLockAdapter.configureNumberButtonHolder (PinLockAdapter.java:69) at com.andrognito.pinlockview.PinLockAdapter.onBindViewHolder (PinLockAdapter.java:57) at androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder (RecyclerView.java:6781) at androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder (RecyclerView.java:6823) at androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline (RecyclerView.java:5752) at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline (RecyclerView.java:6019) at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition (RecyclerView.java:5858) at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition (RecyclerView.java:5854) at androidx.recyclerview.widget.LinearLayoutManager$LayoutState.next (LinearLayoutManager.java:2230) at androidx.recyclerview.widget.GridLayoutManager.layoutChunk...
Changing the "app:dotDiameter" doesn't seem to have any effect and it stays the default diameter. The parameter is not available programmatically. Please look into this.