ここに見られるように、私のアプリはAndroid3.0のSamsungGalaxyTabで縮小されます
エミュレーターでも縮小されますが、グラフィックレイアウトでは問題ないように見えます。main.xml:
<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>
電話の画面でもOKです。