アプリを Play ストアに公開しました。SGSII Epic 4.5"、LG Optimus V 3.2"、LG Optimus Black 4.0"、Evo shift 3.6" mytouch 4g 3.8" に適合しますが、droid bionic 4.3" には適合しません。画面に収まらない理由を知っている人はいますか?画面のサイズは 4.3 インチですが、アプリは 4.3 インチの画面で 3.6 インチの画面のスペースしか占有しません。また、サムスンは横に傾けると 4g を注入し、横向きモードにしようとしています。Android:screenOrientation に設定しています。マニフェストの ="portrait"
これは私のメインのxmlです
android:layout_width="320dp"
android:layout_height="485dp"
android:orientation="vertical"
android:padding="15dp"
android:background="@drawable/graybkg"
>
<Button
android:id="@+id/national"
android:layout_width="300dp"
android:layout_height="120dp"
android:layout_gravity="center"
android:background="@drawable/custtomnatbut"
/>
<Button
android:id="@+id/yorgeys"
android:layout_width="300dp"
android:layout_height="120dp"
android:layout_gravity="center"
android:background="@drawable/custtomyorgeys"
/>
android:layout_width="300dp"
android:layout_height="60dp"
android:layout_gravity="center"
android:background="@drawable/custtomfoursq"
/>
<LinearLayout
android:layout_width="300dp"
android:layout_height="60dp"
android:layout_gravity="center"
>
<Button
android:id="@+id/facebook"
android:layout_width="150dp"
android:layout_height="60dp"
android:background="@drawable/custtomface"
/>
<Button
android:id="@+id/website"
android:layout_width="150dp"
android:layout_height="60dp"
android:background="@drawable/custtom_web"
/>
</LinearLayout>