ChaosLeung / PinView

A PIN view library for Android. Use to enter PIN/OTP/password etc.
Apache License 2.0
634 stars 121 forks source link

change square box color #40

Closed mahesh517 closed 5 years ago

mahesh517 commented 5 years ago
Info:
Description:
Reproduction Steps:
What did I do:
ChaosLeung commented 5 years ago
app:lineColor="@color/line_colors"

or

mPinView.setLineColor(R.color.line_colors);