I would expect it topick up layout files from the layout-large. I dont have a tab to test it out. May be if anyone else can confirm this?
On Wed, Oct 6, 2010 at 12:59 AM, dan raaka <[email protected]> wrote: > GalaxyTab is a LARGE/HDPI device. > > Having android:largeScreens="true" in your manifest just makes sure that > the android market doesn't filter your app out of LARGE devices. Similar > arguments holds true for android:anyDensity="true" > > -Dan > > > On Tue, Oct 5, 2010 at 11:44 AM, Argon Konay <[email protected]>wrote: > >> Hi, >> >> I have layout issues in my application on Samsung Galaxy Tab. It has a >> 7" TFT display with 1024x600 resolution. >> >> Galaxy Tab prefers images in "res/drawable-hdpi" to the ones in "res/ >> drawable". That is understandable. >> However resources in "res/layout" are used instead of the ones in "res/ >> layout-large". Does it have a logical explanation? Or what am I doing >> wrong? What is a large screen for Android? >> >> Manifest contains >> <supports-screens >> android:smallScreens="true" >> android:normalScreens="true" >> android:largeScreens="true" >> android:anyDensity="true" /> >> <uses-sdk >> android:minSdkVersion="4" >> android:targetSdkVersion="7" /> >> >> Thanks in advance >> >> Argon >> >> -- >> 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]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com -- 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

