麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 系統(tǒng) > Android > 正文

Android界面 NotificationManager使用Bitmap做圖標

2020-04-11 12:38:37
字體:
供稿:網(wǎng)友
今天看到EOE問答里面有這“[Android 界面]NotificationManager 如何使用Bitmap做圖標”這樣一個問題,在論壇搜索也沒有好的案例

特寫一個簡單的demo供大家參考
今天發(fā)布的是NotificationManager 使用Bitmap做圖標
關(guān)鍵code
復(fù)制代碼 代碼如下:

public void notification(int flag)
{
Notification notification = new Notification();
//設(shè)置statusbar顯示的icon
notification.icon = R.drawable.icon;
//設(shè)置statusbar顯示的文字信息
// myNoti.tickerText= new_msg ;
notification.flags = Notification.FLAG_AUTO_CANCEL;
//設(shè)置notification發(fā)生時同時發(fā)出默認聲音
notification.defaults = Notification.DEFAULT_SOUND;
RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.custom_notification);
Bitmap bitmap=null;
if(flag==0)
{
bitmap=drawableToBitmap(this.getResources().getDrawable(R.drawable.icon));
}else
{
//此處是關(guān)鍵地方,可以從網(wǎng)絡(luò)或是sdcard上獲取圖片,轉(zhuǎn)成bitmap就可以
bitmap=drawableToBitmap(this.getResources().getDrawable(R.drawable.alert_dialog_icon));
}
contentView.setImageViewBitmap(R.id.notification_icon, bitmap);
contentView.setTextViewText(R.id.app_name, "Custom notification");
notification.contentView = contentView;
Intent intent = new Intent(this, MainActivity.class);
PendingIntent contentIntent = PendingIntent.getActivity(this, 0, intent,
PendingIntent.FLAG_UPDATE_CURRENT);
notification.contentIntent = contentIntent;
//顯示Notification
Random random = new Random(new Date().getTime());
mNotificationManager.notify(random.nextInt(1000000), notification);
}
//轉(zhuǎn)化drawableToBitmap
public static Bitmap drawableToBitmap(Drawable drawable)
{
Bitmap bitmap = Bitmap.createBitmap(drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight(), drawable.getOpacity() != PixelFormat.OPAQUE ? Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565);
Canvas canvas = new Canvas(bitmap);
drawable.setBounds(0, 0, drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight());
drawable.draw(canvas);
return bitmap;
}

源碼下載:NotificationIcon.rar
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 一级黄色淫片 | 在线一级片 | 国产成人小视频在线观看 | 国产成人网 | 99在线热视频 | 青草av.久久免费一区 | 免费黄色在线观看网站 | 国产孕妇孕交大片孕 | 亚州综合一区 | 亚洲性一区 | 草草视频免费观看 | 视频在线色 | 欧美精品网址 | 免费国产自久久久久三四区久久 | 久久成人在线观看 | 欧美一级三级在线观看 | 亚洲白嫩在线观看 | 国产精品1区2区在线观看 | 精品国产乱码久久久久久丨区2区 | 国产一级毛片国语版 | 国产美女精品视频 | 免费h片 | 草碰人人 | 99精彩视频在线观看 | 国产精品久久久久影院老司 | 九九热精品在线 | 亚洲成人在线免费 | 99视频有精品视频高清 | 亚洲成a| 久久国产精品电影 | 国产人成精品一区二区三 | 国产亚洲精品久久久久久久久 | 最新中文字幕免费视频 | 精品亚洲夜色av98在线观看 | 免费视频xxxx | 禁漫天堂久久久久久久久久 | 午夜男人免费视频 | 干色视频| 4p一女两男做爰在线观看 | 九九热精品免费 | 国产成人午夜高潮毛片 |