Android: Using Framework Drawables In Custom Button Selector
I'd need to create custom button, but I'd want to use framework's default button highlight colors for pressed and focused states. My question is similar to this one. My selector co
Solution 1:
You can go into your android-sdk folder, pick your platform, and copy the drawables from the appropriate res/drawable folder into your local drawable folder, and reference them from there.
Post a Comment for "Android: Using Framework Drawables In Custom Button Selector"