0
我已經在SD卡中保存了一個透明的PNG圖像。我想要顯示的是現在。我正在使用follwing代碼。來自Android的SD卡的PNG圖像顯示
selected_photo = (ImageView) findViewById(R.id.selected_photo);
Uri photoUri = Uri.parse(photoPath);
selected_photo.setImageBitmap(MediaStore.Images.Media.getBitmap(getContentResolver(),photoUri));
但它是給一個不透明的圖像顯示。如何顯示PNG圖像而不失去透明度?
沒有在我的情況下工作。 – Abhishek 2016-05-09 10:24:04