How my android app will run on multiple screen resolution devices?
问题 I have developed an android application and run it on an HVGA emulator. It's running successfully on any HVGA device i.e. mdpi. But if I try to run on small screen resolution devices i.e QVGA then my buttons are looking as if they go down and dont fit onto the small screen... So how can I run my android application on multiple screen resolution successfully? 回答1: follow these instructions create a folder in yourAppFolder/res/ named layout-small (*more on this subject later) insert in this