1
Can anyone tell if it is normal an application made for Android mobile, when run on a tablet with Android system, get distorted?
Some of the Imageview of my application got distorted, some got bigger and others smaller, when in fact all are from the same file @drawable/.
Is declaring the
layout_width
orlayout_height
asmatch_parent
? If yes, how is yoursscaleType
?– Wakim
I am declaring wrap_content in some Imageview, this is wrong?
– OsírisAguiar