RemoteViews are used by home screen widgets. The guide on creating those has this warning:

http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout

       A RemoteViews object (and, consequently, an App Widget) can
       support the following layout classes:
       FrameLayout
       LinearLayout
       RelativeLayout

       And the following widget classes:
       AnalogClock
       Button
       Chronometer
       ImageButton
       ImageView
       ProgressBar
       TextView

       Descendants of these classes are not supported.

I don't know if you are creating a home screen widget, but even if not, I'd certain take the above into consideration.

-- Kostya

07.10.2010 19:05, { Devdroid } ?????:
I managed to narow down the problem and it seems some combinations of
Table Layout can hurt when using with RemoteViews?
Did not yet found the exact culprit



--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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

Reply via email to