I created a 3 layout HDPI, MDPI, IDPI. And in the system android emulator i created 3 emulators but same time it tack the right one,
I tested it into canvas HD phone but, in the phone it take the normal layout only , Why does the phone not take a HDPI layout?
in my Android Manifest
<supports-screens
android:anyDensity="true"
android:smallScreens="true"
android:largeScreens="true"
android:normalScreens="true"
/>