On Fri, Sep 7, 2012 at 6:28 AM, Javier Garcia Crespo <[email protected]> wrote: > According to the note written in this documentation, the old groups are > depecated (small, normal, large, and xlarge), thas why we have to migrate to > new techique defined in Android 3.2
"Deprecated" in Android usually means "we think we have a better solution for you that you should consider". > My question is. How do we make diferent layout for small vs normal vs large > screens in the new technique? If you are supporting Android 3.1 and earlier, use -small, -normal, -large, -xlarge. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.1 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

