I want to develop an application specific to an Android device. The device has a 5.7" 640x480 LCD touchscreen. I'm using Eclipse for development environment. I'm trying to edit "activity_main.xml" to design a GUI. There are devices which can be selected as a screen (for example: Nexus S(4.0", 480x800:hdpi), 5.1" WVGA (480x800:mdpi)).Options doesn't suit for my project. Is there a way to add a 5.7" 640x480 screen for GUI desing?
Or is it enough to change the width, height properies of RelativeLayout to 640x480?
Actually what i'm trying to say is how can I design a GUI for 640x480 LCD in Eclipse?