摘要:
废话少说,上代码 Resources res = this.getContext().getResources(); img = BitmapFactory.decodeResource(res, R.drawable.slogo); Matrix matrix = new Matrix(); matrix.postRotate(90); ... 阅读全文
posted @ 2008-12-29 14:31
jacktu
阅读(4628)
评论(1)
推荐(0)