に縮めます。 main.xml:アプリはアンドロイド3.0タブレット
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<WebView android:id="@+id/web_engine"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
</LinearLayout>
電話画面では問題ありません。
マニフェストでxLargeScreens含まれていないほとんどの
あなたは 'AndroidManifest.xml'を投稿できますか? – kaspermoerch