我有这个布局
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:id="@+id/textView2"
android:layout_marginLeft="13dp"
android:layout_marginRight="0dp"
android:layout_marginBottom="0dp"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:textSize="16sp"
android:text="@string/text"
/>
</ScrollView>
</RelativeLayout>
我想知道为什么在某些手机或 Android 版本(主要是 2.3 Gingerbread)上,边距实际上为 0,因为它没有从左边距分离但它是附加的,就好像没有 android:layout_marginLeft= “13dp”