Android is very different. If you learn to use the properties offered by android correctly, this works fine.
Quote from developer.android.com
Each screen size offers different opportunities and challenges for user interaction, so in order to really satisfy and impress your users, your application should go beyond just supporting multiple screens: it should optimize the user experience for each screen configuration.
There are some tools you should know, such as draw9patch
The best thing to do is simply create a layout in Photoshop to make the layout smaller. It doesn't matter what size it is if you have a rectangular shape. Make your own layout, and then start embedding it in Android.
Lots of great online tutorials, but as I mentioned earlier. Create your layout, then start customizing it for android using tools like draw9patch
EGHDK source share