문제

I have a quiz app created however the images are different sizes. Would it make sense to use a gridview for one image or is there a way to make sure imageview is set to the same size for different images?

도움이 되었습니까?

해결책

You can limit the ImageView size instead of use wrap_content just write a static number for example

300dp

the image will fill the ImageView no matter how big the picture is.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top