次のように単純な xml デザインを作成するときに、プロジェクトで奇妙な問題に直面しています。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:background="#FF0000"
android:layout_marginLeft="30dp"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="New Button"
android:id="@+id/button"
android:layout_gravity="left|center_vertical"/>
違いを確認してください。これは4.2.2のビューです。
そして、これは2.3.3のものです:
誰かが私を助けてくれれば幸いです。ありがとう