in my app i have activity with XML layout, i want to build an special XML layout for screen that is 3.14 in. , and if someone will install the app on an device with 3.14 in. device so the activity will use the new XML.
i want to know if there is a way to do it with eclipse?
Find the screen resolution and denisty, lets say 320×480 and MDPI. Create a folder in
named
and put your XML files in there. You can change the resolution and density (hdpi, ldpi, nodpi etc…) I don’t think you can do it with the screen size.