0

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 :(

karlstackoverflow
  • 3,298
  • 6
  • 30
  • 41
  • 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 Answers1

1

Read the following links very carefully you will get the best way to do:

  1. Supporting Multiple Screens

  2. Support for Multiple Screen Resolutions

  3. Support for additional screen resolutions and densities in Android

  4. compatible-screens

  5. MultiResolution - Multiple Resolutions

Jon
  • 9,156
  • 9
  • 56
  • 73
Vinayak Bevinakatti
  • 40,205
  • 25
  • 108
  • 139