[android-developers] Re: Layout and minsdkversion issue

2010-02-23 Thread nikhil
My problem is the app appears correctly on the simulator but messes up on the phone if I set the minsdkversion to 5. While for 2 it appears correctly on both, can there be any problem with compatibility mode? Will I have to redesign it for minsdkversion 5? If yes, how should I do it ? On Feb 22, 5

[android-developers] Re: Layout and minsdkversion issue

2010-02-22 Thread Lance Nanek
A low min SDK with no target SDK setting can result in your application being run in compatibility mode re things like screen size: http://developer.android.com/intl/fr/guide/practices/screens_support.html On Feb 22, 4:41 pm, nikhil wrote: > I developed this app with minsdkversion set to 5. the l