饮歌长啸
试着:Bitmap yourBitmap;Bitmap resized = Bitmap.createScaledBitmap(yourBitmap, newWidth, newHeight, true);或:resized = Bitmap.createScaledBitmap(yourBitmap,(int)(yourBitmap.getWidth()*0.8), (int)(yourBitmap.getHeight()*0.8), true);