Re: [android-developers] what's layout-sw680dp-w1000dp means?

2012-04-24 Thread Justin Anderson
It is just combining configuration qualifiers... You can do the same thing for other res directories as well... For example, I have a drawable-xlarge-mdpi folder... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 17, 2012 at 7:19 AM, Gink

Re: [android-developers] what's layout-sw680dp-w1000dp means?

2012-04-22 Thread Gink Labrev
I never heard of it The official documentation about supporting multiple screens can be found here: http://developer.android.com/guide/practices/screens_support.html#DeclaringTabletLayouts it does not mention swNdp-wNdp schema, only swNdp or wNdp. Em 17 de abril de 2012 04:37, wei li

Re: [android-developers] what's layout-sw680dp-w1000dp means?

2012-04-17 Thread Justin Anderson
http://developer.android.com/guide/practices/screens_support.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 17, 2012 at 1:37 AM, wei li wlijobsearch...@gmail.com wrote: Hi All, I am research android 4.0.3 contacts code. and find some