Wrong layout is used on AVD of WVGA854 and 160dpi

347 Views Asked by At

There are two layouts: layout-sw480dp-hdpi and layout-sw480dp-mdpi An AVD of WVGA854 and density 160dpi

On this AVD, my application always uses layout-sw480dp-hdpi, but not layout-sw480dp-mdpi. I think layout-sw480dp-mdpi should be used.

1

There are 1 best solutions below

1
On

try using a fixed resolution of 480x854 with the desired density instead of using a built in configuration of the WVGA854 .

the configuration of WVGA854 mean that it's hdpi , so maybe the AVD manager has conflicts.