You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
[ ] 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:textCursorDrawable
attribute but it doesn't get changed. I have tested theandroid: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
attributeThe text was updated successfully, but these errors were encountered: