【发布时间】:2015-01-12 09:14:43
【问题描述】:
发件人:https://developer.android.com/training/material/lists-cards.html
我想在主屏幕的小部件中设置RecyclerView。有可能吗,如果可以,该怎么做?请给一些样品。
【问题讨论】:
标签: java android view widget android-recyclerview
发件人:https://developer.android.com/training/material/lists-cards.html
我想在主屏幕的小部件中设置RecyclerView。有可能吗,如果可以,该怎么做?请给一些样品。
【问题讨论】:
标签: java android view widget android-recyclerview
不支持将 RecyclerView 用作 RemoteView。见CreatingLayout
RemoteViews 对象(以及相应的 App Widget)可以支持 以下布局类:
框架布局
线性布局
相对布局
网格布局以及以下小部件类:
模拟时钟
按钮 天文台表
图像按钮
图像视图
进度条
文本视图
ViewFlipper
列表视图
网格视图
堆栈视图
AdapterViewFlipper
【讨论】:
RecyclerView 是not presently supported for app widgets。
【讨论】: