Is it possible to add an ImageView (or any of the other widget classes for that matter) to the RemoteView?
It doesn't appear that there's any way to get reference to the ViewGroup (or its equivalent) let alone add to it. I'm sure there's a reason they only allow us to mutate through reflection. The only function that seem at least a little promising is RemoteViews.apply(context, ViewGroup). But I can't find anything helpful int he docs. When I looked in to creating a RemoteView from scratch I came full circle to being able to add my ImageViews (there's a hole in my bucket...). Is this possible? TIA, Kevin Hanna -- 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

