Gabriel Simões wrote: > If I´m allowed to make another question ... > > Any ideas on how I could handle the different screen height/width > proportions (for example, the WVGA´s proportion is bigger than the HVGA > ´s so a layout based on relativeLayout build up considering a HVGA > device will leave a lot of empty space in the bottom of a WVGA > device). That´s my main problem right now and to fix this I can only > think about creating a new layout for large/normal-hpdi devices, one > for normal-ldpi (if the one for the large screens doesn´t work here, > but I think this should work) and a last one for small-ldpi devices.
There are the -long and -notlong resource set suffixes you can use to distinguish between these aspect ratios. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

