I have a widget that works great across all phones except the Motorola Backflip. The problem occurs with my layout in landscape mode where some of my graphics are cut off. It looks like this is because of the screen size of the backflip is smaller than the normal android phone.
I do not want to upset all my regular users by shrinking the layout for all phones. Is there a way I can make a landscape layout that only affects Backflip or users with screens lower than 3.2"?
Update: I tried making a folder called layout-land-ldpi but it just gives an error about the resource name being invalid.
Also, this has to be compatible with Android 1.5 devices. Since 25% of all users are still running 1.5 devices we have to keep them happy since they paid :-)
Thanks!