On Wed, May 18, 2011 at 10:30 PM, Niall <[email protected]> wrote: > Hi all, > The reason I want these two things is because some people who use my > appwidget have asked that I implement them. > I'd like to do two things. I'd like to set the background colour of my > appwidget. Is the only way of doing this to have a number of main widget > layouts all of different colours. Ideally I'd like to set it > by programatically setting it to "#00ff00" or something. Is this possible? > Or must I have a finite set of different drawable backgrounds that the user > chooses from? Can I then set the background src wit remote views?
Doesn't RemoveViews.setImageViewBitmap() work? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

