I have almost finished my app for android, the problem is when i test it on multiple screen sizes the layout of items such as padding etc, seems to be incorrect. I don't understand how I am supposed to support all screen sizes, because I have used all 'dp' values for the text and sizes for padding etc. I am using the 'background' as an image which fills the screen, and the background includes the layout of buttons and boxes that will have textviews overlaying them. I have been testing on my HTC desire and I have just noticed this issue. I assumed that it would all be okay seeing as I have been using dp for all measurments etc. Any tips to fix my layouts would be appreciated as my app is pretty much good to go apart from this :(
Asked
Active
Viewed 4,529 times
0
-
Please check out my answer here http://stackoverflow.com/a/16518557/1939564 i'm sure this will help you!! – Muhammad Babar May 13 '13 at 10:17
-
Yes check Mohammad Babar solution on http://stackoverflow.com/questions/7156752/multiple-screen-resolution/16518557#16518557 . This should help you – androiddev. Jan 14 '14 at 13:04
1 Answers
1
Read the following links very carefully you will get the best way to do:

Jon
- 9,156
- 9
- 56
- 73

Vinayak Bevinakatti
- 40,205
- 25
- 108
- 139
-
i read through these and each say to use dp...which is what i am using already. – karlstackoverflow Jun 17 '11 at 23:13