Search code examples
androidemulationdensity-independent-pixel

how to get same sized launcher icons on different emulator skins…(android)


have a look at figure 2. in the link given below.. http://developer.android.com/guide/practices/screens_support.html..

there it is being mentioned that ,The platform provides density independence to applications by default.(launcher icons are displayed at the same physical sizes, although screen sizes, aspect ratios, and densities are different.)

and showed with 3 emulator screens namely WVGA high density (left), HVGA medium density (center), and QVGA low density (right)...

i have created these 3 avd's and tested but the launcher icons are different in different emulator..can any one knows why it so and how should i get same sized launcher icons on those emulators...


Solution

  • you should refer this:
    http://developer.android.com/guide/practices/ui_guidelines/icon_design.html