【发布时间】:2017-03-24 00:05:36
【问题描述】:
Android App Widget 支持哪些视图?
很遗憾,https://developer.android.com/guide/topics/appwidgets/index.html 的列表不完整...
【问题讨论】:
Android App Widget 支持哪些视图?
很遗憾,https://developer.android.com/guide/topics/appwidgets/index.html 的列表不完整...
【问题讨论】:
支持的视图的完整列表是:
在文档中
AdapterViewFlipper
Button
Chronometer
FrameLayout
GridLayout
GridView
ImageButton
ImageView
LinearLayout
ListView
ProgressBar
RelativeLayout
StackView
TextView
ViewFlipper
文档中没有:
DateTimeView
TextClock
注意:DateTimeView 在 Android 源代码中可用,但在 SDK 中不可用。如果从 XML 中正确使用,它可能会起作用(IDE 将显示错误)
已弃用:
AbsoluteLayout
AnalogClock
【讨论】:
DateTimeView。另外,我很好奇您如何确定TextClock 在RemoteViews 中是安全的。