I am developing an Android app which I use wrap_content
/wrap_content
to set the layout_width
/layout_height
for many ImageView
s. However, the images look smaller on the Nexus5X (1920x1080 420dpi) than they appear on the Nexus5(1920x1080 480dpi). The two phones will use the same set of images in the drawable-xxhdpi
bucket.
The question is: is there a possible way to maintain the same physical sizes of images for devices in the same density bucket but different dpi?