> It seems that the background property is one thing that cannot be > updated through RemoteViews.
Indeed, even the generic reflection functions (setInt, setLong, ...) didn't seem to work for me. But you can use a combination of FrameView and ImageView, and then use setImageViewResource for the ImageView in background. However, this doesn't help if you need state sensitive backgrounds, like e.g. alternative button backgrounds. -- 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

