0

I am currently testing on Samsung Galaxy S3 mini with resolution 800x480. I created a layout folder for this named layout-800x480. But when I start my App on Samsung Galaxy S3 mini then it takes the layout from layout-normal folder instead of layout-800x480.

But why the device ignores folder layout-800x480?

Sini
  • 406
  • 1
  • 6
  • 16
  • There is already an answer for that [Link][1] [1]: http://stackoverflow.com/a/20765267/2187976 – Mohamed ALOUANE Oct 17 '14 at 18:44
  • so it is just to make the change in manifest.xml and keep folder layout-800x480 ? – Sini Oct 17 '14 at 18:46
  • yeah and don't forget to create folers for small,large ... layout – Mohamed ALOUANE Oct 17 '14 at 18:47
  • "But why the device ignores folder layout-800x480?" -- because resolution-specific resources have not been supported in years. See [the documentation](http://developer.android.com/guide/topics/resources/providing-resources.html#AlternativeResources) for supported resource set qualifiers. – CommonsWare Oct 17 '14 at 18:54
  • yes but how would I make sure that the correct layout folder for resoulution 800x480 is chosen. I know the regular qualifier, but none of these would solve the problem, I guess. – Sini Oct 17 '14 at 19:09

0 Answers0