我可以将普通视图用作窗口小部件吗?

时间:2018-08-05 08:31:25

标签: android view widget android-widget

正如问题所解释的,我想知道我是否可以在小部件中使用标准视图,我知道小部件仅允许某些类型的视图,即:AnalogClock Button计时器Chronometer ImageButton ImageView ProgressBar TextView ViewFlipper ListView GridView在StackView AdapterViewFlipper中,文档还显示“不支持这些类的后代”。但是父母呢?我可以在窗口小部件布局中使用普通视图吗?这样说

    <View
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@drawable/circle_green"
        android:id="@+id/unread_count_badge"/>

1 个答案:

答案 0 :(得分:2)

不,您不能。您只能使用在官方documentation

中描述的小部件