[android-developers] Re: Unreliable resource bucket loading on Nexus7

2012-10-30 Thread Lili Deng
But why -large qualifier doesn't work well on nexus7? I am using different layout for portrait and landscape mode on nexus7. If I use -sw600dp and -w720dp to tell detect the case, I guess the layout defined in -sw600dp will take the precedence over -w720dp even in landscape mode according to An

[android-developers] Re: Unreliable resource bucket loading on Nexus7

2012-10-29 Thread Streets Of Boston
For nexus7, use the *sw600dp* instead of *large*. http://android-developers.blogspot.com/2012/07/getting-your-app-ready-for-jelly-bean.html On Saturday, October 27, 2012 2:45:24 PM UTC-4, Lili Deng wrote: > > I am working on adding tablet support on an app. To identify tablet or > phone, I try t