ImageView Problems with original size

1
The ImageView by default comes with the resolution that runs 90x120 , so loss of quality is notorious when using Bitmap bitmap = (Bitmap)bundle.get("data");

Is there another way to get the image without being per file and by itself imageView with a reasonable quality?

    
asked by anonymous 03.05.2018 / 15:04

0 answers