Created a Layout with a display resolution of 1080x1920 320dpi. Added on layout ImageView with image from drawable / image.png. The size of this very image is 350x150px, but in fact on the Layout it is obtained over the entire width of the screen and if you set android: layout_width and android: layout_height as "wrap_content".
Why is that?
How to properly place an image of the size it should be?
xhdpi
- Vladyslav Matviienko