posted by 네코냥이 2014. 11. 18. 11:18

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


.

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

And the following widget classes:

Descendants of these classes are not supported.

RemoteViews also supports ViewStub, which is an invisible, zero-sized View you can use to lazily inflate layout resources at runtime.

.