android读取指定Resourceid的图片
public static Bitmap drawBackground(Resources res){
Bitmap bit=BitmapFactory.decodeResource(res, R.drawable.back_image);
return bit;
};
摘自 李克华
补充:移动开发 , Android ,
public static Bitmap drawBackground(Resources res){
Bitmap bit=BitmapFactory.decodeResource(res, R.drawable.back_image);
return bit;
};
摘自 李克华
补充:移动开发 , Android ,