lixplor / android-Q-A

🐞 android related questions and answers
0 stars 0 forks source link

Notification RemoteView中有的控件报错 #54

Closed lixplor closed 7 years ago

lixplor commented 7 years ago

Notification RemoteView中有的控件报错

lixplor commented 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.