我将我的应用程序发布到了 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清单中的 =“肖像”
这是我的主要 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>