[ ] Bug report
Info:
- PinView version:1.4.4
- Device OS version: 10
- Device Name: Nokia 7.1
Description:
PinView documentation states that it inherits from EditText, which means you can use all the APIs from EditText. , but I tried to change the shape of the PinView cursor using the android:textCursorDrawable attribute but it doesn't get changed. I have tested the android:textCursorDrawable attribute with Edit Text and it works well but it's not working for PinView.
Reproduction Steps:
Change PinView cursor shape using android:textCursorDrawable attribute
[ ] Bug report
Info:
Description:
PinView documentation states that it inherits from EditText, which means you can use all the APIs from EditText. , but I tried to change the shape of the PinView cursor using the
android:textCursorDrawableattribute but it doesn't get changed. I have tested theandroid:textCursorDrawableattribute with Edit Text and it works well but it's not working for PinView.Reproduction Steps:
Change PinView cursor shape using
android:textCursorDrawableattribute