FlycoRoundView icon indicating copy to clipboard operation
FlycoRoundView copied to clipboard

Request to add "rv_backgroundCheckColor"

Open trietbui85 opened this issue 8 years ago • 1 comments

I want to use FlycoRoundView to add a "selected" state for the Checkable control (CheckBox, Switch...) but it seems doesn't support. Could you add support for attribute "rv_backgroundCheckColor"?

EDIT: it would be perfect if we also have "rv_textCheckColor".

Thank you.

trietbui85 avatar Sep 19 '16 08:09 trietbui85

@H07000223 rllSignIn.getDelegate().setBackgroundColor(getResources().getColor(R.color.c_ffffff));

Cancrileo avatar Aug 31 '18 08:08 Cancrileo