Re: [android-developers] What to use for supports-screens so that only 10" screens an alternatate APK?

2012-03-09 Thread Kostya Vasilyev
On 03/10/2012 01:20 AM, jtoolsdev wrote: I probably need to continue the thread where this was discussed back at the start of February. I'm certainly not the only one who is confused about how the supports-screens qualifiers work. I would also ask a way that we can test them before we actua

Re: [android-developers] What to use for supports-screens so that only 10" screens an alternatate APK?

2012-03-09 Thread jtoolsdev
I tested the app on a 1024x600 emulator running Honeycomb before release and was aware of the cropping. The emulators however ignore the qualifiers. So it doesn't surprise me that someone ran into the problem with the 6200. Probably other folks did but canceled the order in the first 15 minu

Re: [android-developers] What to use for supports-screens so that only 10" screens an alternatate APK?

2012-03-09 Thread Mark Murphy
On Thu, Mar 8, 2012 at 10:28 PM, jtoolsdev wrote: > I have now had a report that someone with the 1024x600 Samsung 6200 got the > APK intended for the 10" and larger size screens. I'd try to validate the claim. Pirates probably don't have the sophisticated "based on device, we'll give you a diffe

[android-developers] What to use for supports-screens so that only 10" screens an alternatate APK?

2012-03-08 Thread jtoolsdev
I have now had a report that someone with the 1024x600 Samsung 6200 got the APK intended for the 10" and larger size screens. With that APK the layout uses Fragments to put all the display elements on one page and on a 1024x600 screen the display gets cropped on the right and bottom. The othe