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:
AnalogClock
Button
Chronometer
ImageButton
ImageView
ProgressBar
TextView
ViewFlipper
ListView
GridView
StackView
AdapterViewFlipper
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.
.
'JAVA > Android' 카테고리의 다른 글
Adding the AppWidgetProviderInfo Metadata (0) | 2014.11.18 |
---|---|
하나에 App에 다수의 App Widget (0) | 2014.11.18 |
[SQLite] concat, append String text (0) | 2014.11.03 |
[Android.] UI Thread Handler Main (0) | 2014.10.23 |
[Android] Dialog 배경 클릭시 종료 (0) | 2014.10.17 |