Open GoogleCodeExporter opened 9 years ago
[deleted comment]
i also face tyhe same issue, whats the way to resolve it
Original comment by priyanka...@gmail.com
on 31 Mar 2010 at 8:20
adding the following lines to the AndroidManifest.xml will resolve this issue.
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true" />
Please integrate these changes to the source code so that the application works
properly on all hardwares
Original comment by priyanka...@gmail.com
on 14 Apr 2010 at 6:48
Original issue reported on code.google.com by
konstant...@gmail.com
on 29 Oct 2009 at 2:29