I have an app on android market which was working fine on tab before. I introduced an update did not change much of the design. But now all of a sudden the app is not coming full size on tab? I read few more threads here and everyone talk about min. version of sdk should be 8. But in my previous version of the app i was still using min. version of sdk as 4 but it was coming as full screen before on tab? Is there any other reason or way to fix this problem?
Share
10.1 tab has xlarge screen. Use
android:xlargeScreens="true"in manifest. You have to use android sdk2.3or above for that as it support is available for 2.3 and above.