Closed lixplor closed 7 years ago
原因: RemoteView支持的View有限, 只有如下:
A RemoteViews object (and, consequently, an App Widget) can support the following layout classes:
FrameLayout, LinearLayout, RelativeLayout, GridLayout
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.
Notification RemoteView中有的控件报错