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

StackOverflow https://stackoverflow.com/questions/4259312

Question

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.

Was it helpful?

Solution 2

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

OTHER TIPS

hey you can create layout-small folder under res folder and put xml files of small screen device(320x240) under it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top