I want to dynamically set a background color in an AppWidget, based on a color a user selects from my color picker. I'm not really sure how to go about this. As far as I can tell there really isn't any good way to set an AppWidget based on the ShapeDrawable RoundRectShape I programmatically create. Alternatively, if I define a shape element in XML I can't manipulate its color etc in an AppWidgetProvider. Ultimately I need a dynamically generated rounded corner AppWidget with a color set by a user. I of course have the color picker and what not done, I just need a solid concept for using that selected color as the background color for the AppWidget. Any help appreciated. Thanks.
-- 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

