0

我已经从Drawable recieve_btn.9补丁图像 创建位图

BitmapDrawable mimage =(BitmapDrawable) getResources().getDrawable(R.drawable.recieve_btn);

错误日志如

java.lang.ClassCastException: android.graphics.drawable.NinePatchDrawable cannot be cast to android.graphics.drawable.BitmapDrawable

也想得到高度 - 宽度之类的

  int mheight  = mimage.getBitmap().getHeight();
  int mwidht = mimage.getBitmap().getWidth();

但问题是无法Bitmap从 9 补丁创建image

4

0 回答 0