How to create an android application that support

2019-09-21 12:30发布

问题:

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.