I’m just getting into developing on Android and want to try my hand at developing a Tablet app. The problem is, no matter what I’ve tried so far, deploying the app results in a scaled down version of the app, running at the top of the screen. It appears about the size of a mobile app, and the rest of the screen is just blank.
How can I make my the application recognize that it’s on a tablet and scale the screen up?
I’ve tried changing the screen size in the layout XML WYSIWYG editor, but am to no avail.
I had to make two changes to get it to work:
Compile against 3.0 (API 11)
Add
<uses-sdk android:targetSdkVersion="11"/>to my manifest.