摘要:
1.((BitmapDrawable)res.getDrawable(R.drawable.youricon)).getBitmap();2.Bitmap drawableToBitmap(Drawable drawable) { Bitmap bitmap = Bitmap .createBitmap( drawable.getIntrinsicWidth(), drawable.getIntr... 阅读全文
posted @ 2010-12-06 15:57
四渡冰点
阅读(550)
评论(0)
推荐(0)
浙公网安备 33010602011771号