私のデザインは Android 2.1 では問題なく、Android 4.0 の通常の解像度のデバイスでも問題ありませんが、タブレットでアプリケーションを実行すると、デザインが完全に変更されます。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/bowlbackground" >
<LinearLayout
android:id="@+id/hkk"
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="18dp"
android:layout_marginRight="10dp"
android:layout_marginTop="05dp" >
</LinearLayout>
<LinearLayout
android:id="@+id/hll"
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="18dp"
android:layout_marginRight="10dp"
android:layout_marginTop="143dp" >
</LinearLayout>
<LinearLayout
android:id="@+id/hll2"
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="18dp"
android:layout_marginRight="10dp"
android:layout_marginTop="0dp" >
</LinearLayout>
</LinearLayout>