Yalantis / ToDoList

Micro-Transitions for Smooth Android To-Do List Animations
https://yalantis.com
1.65k stars 284 forks source link

can not change the radio button color or the radio res #6

Open Rkhcy opened 7 years ago

Rkhcy commented 7 years ago

Thank you for create such a nice repo, I get a issue. When i try to change the color of default radio button by app:radio_button_color="" or app:radio_button_res="" in xml or setRadioButtonColor in java, it can not work.Also i try to change the cursor by app:cursor_color="",it can work well if i have not input word in EditText.If i input some words,the color of cursor change to default blue.

thanks