摘要:
Drawable Resources Drawable Resources See also 2D Graphics Vector Asset Studio A drawable resource is a general concept for a graphic that can be draw 阅读全文
摘要:
Android Bitmap 常见的几个操作:缩放,裁剪,旋转,偏移 通过Matrix原bitmap经过计算后,会重新生成一张bitmap Bitmap类 public static Bitmap createBitmap(Bitmap source, int x, int y, int width 阅读全文