I would like to use the default ice cream sandwich radio button but not with ligth blue color. I would like to recolor it.
Can i somewhere found the original .xml files to recolor and use it in my project?
I would like to use the default ice cream sandwich radio button but not with ligth blue color. I would like to recolor it.
Can i somewhere found the original .xml files to recolor and use it in my project?
Take a look in the Android sources:
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res
Most of the drawables use styles, so you can just change the colors by setting styles in your app.