On Tue, May 17, 2011 at 12:27 PM, Laxmi Verma <[email protected]> wrote: > I had created layout-large-land folder in my android app and created and xml > in that, but it is not being picked in wvga screen. I had also tried > creating folder layout-xlarge-android but of no help. > > Can anybody help me what should be the name of the folder so that my xml can > be picked up for that mode.
WVGA is a meaningless concept on its own. What matters are screen size and density. WVGA could be represented in anything from one micron to one parsec. Please design your application to care less about resolution and more about screen size and density. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.4 Available! -- 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

