问题
Here I develop one application which has menu screen with 8 icons on that screen, i have two sets of icon according to size. 1 set icon size is 197 * 253 2 set icon size is 184 * 236
when i run this app in Tablet is look very nice, but when i run this app in Phone it looks very odd, it not looks well.
回答1:
You need to create different layout folder for Supporting Multiple Screens.
ayout-small
layout-normal
layout-large
it better to refer Multiple screen support in android.
来源:https://stackoverflow.com/questions/12119344/how-to-create-an-android-application-that-support-and-run-perfect-all-screen-siz