Re: [android-developers] Tablet Application Support

2012-03-13 Thread Narendra Singh Rathore
On Wed, Dec 7, 2011 at 10:31 PM, chandu parasigani chanduparasig...@gmail.com wrote: I have developed the application in android2.1. its working fine in small screens,normal screens and also large screens for this i have added the following code in manifest file supports-screens

[android-developers] Tablet Application Support

2011-12-07 Thread chandu parasigani
I have developed the application in android2.1. its working fine in small screens,normal screens and also large screens for this i have added the following code in manifest file supports-screens android:anyDensity=true android:largeScreens=true android:normalScreens=true