首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

RemoteViews的施用

2012-09-28 
RemoteViews的使用在前面有个帖子已经介绍过了。这里在拿出来用一下,这次用来nocation的图标RemoteViews co

RemoteViews的使用

在前面有个帖子已经介绍过了。

这里在拿出来用一下,这次用来nocation的图标

RemoteViews contentView = new RemoteViews(context.getPackageName(), R.layout.custom_notification_layout); contentView.setImageViewBitmap(R.id.icon_view, myBitmapObject); notification.contentView = contentView; 

?

热点排行