Tagged Questions
1
vote
0answers
159 views
Give app widget button custom colour with rounded rectangle shape
I've got an app which creates widgets where the user can set the colour of the button's background via a colour picking dialog. However, the only way I can set the button in the remote view to have ...
0
votes
2answers
946 views
remoteview framelayout background color
int mColor = 0xff00ff00;
remoteView.setInt(R.id.framelayout1, "setBackgroundResource", android.R.color.white);
how do i set the color using mColor ?