0

私はこのレイアウトを持っています

<?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」

4

2 に答える 2