Distorted RelativeLayout on Tablet

1

Does anyone know if it's normal for an Android-made app to run when it's running on an Android-based tablet?

Some of the ImageView of my application have been distorted, some got larger and some smaller, when in fact they are all from the same @drawable /     

asked by anonymous 11.10.2014 / 05:08

1 answer

2

I recommend you read in this Google Docs that talks about multiple resolutions. In the session Configuration examples might be interesting for you.

Either way, check out the layout_width and layout_height of your screen, as well as the scaleType of your ImageView

    
12.10.2014 / 03:03