0

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.

OneWorld
  • 17,512
  • 21
  • 86
  • 136
  • just found http://developer.android.com/guide/topics/resources/providing-resources.html#QualifierRules My approach seems to be correct. Maybe the mistake lies somewhere else. – OneWorld Nov 23 '10 at 22:34

2 Answers2

0

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

Piyush
  • 2,589
  • 6
  • 38
  • 77
  • Hm, I dont like those "small"... attributes. As I understand they refer to the physical screen size not to the density. I think -notlong-ldpi targets the Wildfire in the best way – OneWorld Nov 24 '10 at 10:16
0

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

OneWorld
  • 17,512
  • 21
  • 86
  • 136