SyntaxFix
Write A Post
Hire A Developer
Questions
i know this is an old question but i have a similar situation ,and my solution was
button.setBackgroundResource( R.drawable.ic_button ); Drawable d = button.getBackground();
and then you can play with the "Drawable", applying color filters, etc