bitmap 转 drawable

BitmapDrawable  drawable = new BitmapDrawable(bitmap);

layout.setBackgroundDrawable(drawable);

posted @ 2011-08-10 16:16  镇水古月  阅读(232)  评论(0编辑  收藏  举报