此LinearLayout布局或其FrameLayout父级是无用的

时间:2015-06-12 20:37:29

标签: android android-linearlayout

我是新来的。 帮我解决这个警告。 感谢。

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent" 
        android:layout_marginLeft="6dp"
        android:layout_marginRight="6dp"
        android:layout_marginTop="4dp"
        android:layout_marginBottom="4dp"
        android:padding="0dp"
        android:orientation="vertical"
        android:background="@drawable/background_card">

    <TextView
        android:id="@+id/txtProductDescription"
        android:layout_marginTop="4dp"
        android:layout_width="match_parent"
        android:padding="6dp"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:text=""
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:fontFamily="sans-serif-light"/>

<RelativeLayout
    android:id="@+id/RelativeLayout3"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="4dp"
    android:background="#40AF40"
    android:padding="6dp" >

    <TextView
        android:id="@+id/txtOfferBig"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"   
</LinearLayout>     

如何解决以下错误?

  

警告:考虑用android替换android:layout_toRightOf   机器人:layout_toEndOf =&#34; @ ID / txtOfferBig&#34;更好地支持   从右到左的布局        

2 个答案:

答案 0 :(得分:0)

如果它们是简单的警告,那么请不要介意。它们不会影响你的构建。

答案 1 :(得分:0)

如果你的布局只有一个孩子,也就是孩子真的没用,这种情况就会发生,在这种情况下,如果你想要从你删除父母的孩子那里使用布局约束,否则保留父母。