摘要:
1.自定义view: 1 2 8 9 15 16 22 23 29 30 36 37 38 2.实现代码: 1 public static void plx(Context context, Ad ad) { 2 ... 阅读全文
posted @ 2015-03-12 14:27
mhx_pyw
阅读(213)
评论(0)
推荐(0)
摘要:
要创建一个自定义的Notification,可以使用RemoteViews。要定义自己的扩展消息,首先要初始化一个RemoteViews对象,然后将它传递给Notification contentView字段,再把PendingIntent传递给contentIntent字段。以下示例代码是完整步骤... 阅读全文
posted @ 2015-03-12 11:16
mhx_pyw
阅读(200)
评论(0)
推荐(0)