We have an android application, manifest of which sets the following configurations:
minsdkVersion = \"4\"
The XOOM has an extra large screen so you need android:xlargeScreens="true" in your manifest.
android:xlargeScreens="true"
Edit: Seems like this defaults to true. See my comment below.