I m developing an application which supports xhdpi devices. so I created layout-xhdpi and drawable-xhdpi folders to place my drawables and layouts.but I m having a problem when supporting different resolution in same density. as an example samsung galaxy nexus and sharp IS003 detects same layout-xhdpi folder because it has same density but when I run the application in both devices,it displays buttons and images at different positions because both devices got different resolutions.
am I doing something wrong? should I create different folders for specific resolutions? I have read supporting multiple screens documentation and tried to declare layouts like res/layout-sw600dp/ but it wont detect for IS03.
请帮助我解决这个问题