Reputation: 51
There is a given set of predefinied Views that can be used in layouts for AppWidgets. How can a customized View added to this list? The minimum requirement is that the class is annotated with RemoteView. What else is necessary to be acceptable as view in the layout.xml?
Upvotes: 3
Views: 385
Reputation: 98511
You cannot use custom views as RemoteViews and it is not currently planned.
Upvotes: 4