在创建一个简单的 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:
如果有人可以帮助我,将不胜感激。谢谢