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

문제

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.

도움이 되었습니까?

해결책 2

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top