A RemoteViews object (and, consequently, an App Widget) can support the following layout classes:
FrameLayoutLinearLayoutRelativeLayout
And the following widget classes:
AnalogClockButtonChro...
分类:
移动开发 时间:
2014-08-11 00:24:11
阅读次数:
494
在android项目的开发中,有时为了实现和用户更好的交互,在通知栏这一小小的旮旯里,我们通常需要将内容丰富起来,这个时候我们就需要去实现自定义的通知栏,例如下面360或者网易的样式:
首先我们要了解的是 自定义布局文件支持的控件类型:Notification的自定义布局是RemoteViews,因此,它仅支持FrameLayout、LinearLayout、RelativeLayout三种...
分类:
移动开发 时间:
2014-05-21 15:38:33
阅读次数:
347