There is a certain set of predefined views that can be used in layouts for AppWidgets. How is a custom view added to this list? The minimum requirement is that the class is annotated using RemoteView. What else is needed to be acceptable as layout.xml?
source
share