Search code examples
android-xmlandroidandroid-resolution

How to address QVGA (320x240) devices (HTC Wildfire, SE x10 mini, Motorola Flipout) in the xml files of Android?


I found introducing a directory "values-notlong-ldpi" did not work out for me

Solved it: using -notlong-ldpi DID work. The mistake was somewhere else (the child overwrote the style info)

However, if u find a better way to address those devices, feel free to post it.


Solution

  • Solved it: using -notlong-ldpi DID work. The mistake was somewhere else (the child overwrote the style info)