gpt4 book ai didi

java.lang.IllegalStateException : Circular dependencies cannot exist in RelativeLayout : XML

转载 作者:行者123 更新时间:2023-12-02 13:36:49 26 4
gpt4 key购买 nike

我在 android xml 中遇到问题。我收到类似上面的错误,但根据我的说法,我没有在 xml 中给出循环依赖项。我从过去 1 小时开始尝试修复它,但无法完成。我已根据要求使用了上面和下面的内容。我在这里附上我的xml。如果有人能指出我错在哪里,请告诉我。我的 XML 如下所示

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:fab="http://schemas.android.com/apk/res-auto"
tools:context="com.karopass.karoshare.ImageDetails">

<android.support.v7.widget.Toolbar
android:id="@+id/toolbar_imageDetails"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorPrimary"
android:theme="@style/AppTheme.AppBarOverlay"
app:popupTheme="@style/AppTheme.PopupOverlay">
</android.support.v7.widget.Toolbar>

<com.example.utils.ExtendedViewPager
android:id="@+id/view_pager_extended"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/pageNavCount"
android:layout_below="@+id/toolbar_imageDetails"
android:background="@color/image_back"/>

<LinearLayout
android:background="@color/colorPrimary"
android:id="@+id/pageNavCount"
android:orientation="horizontal"
android:layout_above="@+id/devider"
android:layout_width="match_parent"
android:layout_height="20dp">



<RelativeLayout
android:layout_weight="3"
android:id="@+id/new_time_count"
style="@style/SelectableItemBackground"
android:layout_width="0dp"
android:layout_height="match_parent">

<TextView
android:id="@+id/txt_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1 Month ago"
android:textSize="12sp"
android:paddingLeft="5sp"
android:layout_centerVertical="true"
android:textColor="#cccccc"
android:gravity="center|start" />
</RelativeLayout>







<RelativeLayout

android:layout_weight="1"
android:id="@+id/new_share_count"
style="@style/SelectableItemBackground"
android:layout_width="0dp"
android:layout_height="match_parent">
<TextView
android:id="@+id/share_count"
android:layout_centerInParent="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="999"
android:textSize="12sp"
android:paddingLeft="5sp"
android:layout_centerVertical="true"
android:textColor="#cccccc"
android:gravity="center|start" />
</RelativeLayout>

<RelativeLayout

android:layout_weight="1"
style="@style/SelectableItemBackground"
android:id="@+id/new_save_count"
android:layout_width="0dp"
android:layout_height="match_parent">

<TextView
android:id="@+id/like_count"
android:layout_centerInParent="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="999"
android:textSize="12sp"
android:paddingLeft="5sp"
android:layout_centerVertical="true"
android:textColor="#cccccc"
android:gravity="center|start" />
</RelativeLayout>



</LinearLayout>

<View
android:id="@+id/devider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_above="@+id/pageNavLayout"
android:background="#ffffff" />

<LinearLayout
android:background="@color/colorPrimary"
android:id="@+id/pageNavLayout"
android:orientation="horizontal"
android:layout_above="@+id/ll_adLayout_latest"
android:layout_width="match_parent"
android:layout_height="48dp">



<RelativeLayout
android:layout_weight="1"
android:id="@+id/new_time"
style="@style/SelectableItemBackground"
android:clickable="true"
android:layout_width="0dp"
android:layout_height="match_parent">

<ImageView
android:layout_centerInParent="true"
android:scaleType="fitCenter"
android:src="@mipmap/ic_past_961"
android:layout_width="@dimen/nav_but_size"
android:layout_height="@dimen/nav_but_size" />
</RelativeLayout>-->
<TextView
android:background="#ffffff"
android:layout_width="1dp"
android:layout_height="match_parent" />


<RelativeLayout
android:id="@+id/new_copy"
android:clickable="true"
style="@style/SelectableItemBackground"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent">

<ImageView
android:layout_centerInParent="true"
android:src="@mipmap/ic_copy_96"
android:layout_width="@dimen/nav_but_size"
android:layout_height="@dimen/nav_but_size" />

</RelativeLayout>

<TextView
android:background="#ffffff"
android:layout_width="1dp"
android:layout_height="match_parent" />

<RelativeLayout

android:layout_weight="1"
android:id="@+id/new_save"
style="@style/SelectableItemBackground"
android:clickable="true"
android:layout_width="0dp"
android:layout_height="match_parent">
<ImageView
android:layout_centerInParent="true"
android:src="@mipmap/ic_save_96"
android:layout_width="@dimen/nav_but_size"
android:layout_height="@dimen/nav_but_size" />
</RelativeLayout>
<TextView
android:background="#ffffff"
android:layout_width="1dp"
android:layout_height="match_parent" />

<RelativeLayout

android:layout_weight="1"
android:id="@+id/new_share"
style="@style/SelectableItemBackground"
android:clickable="true"
android:layout_width="0dp"
android:layout_height="match_parent">
<ImageView
android:layout_centerInParent="true"
android:src="@mipmap/ic_share_96"
android:layout_width="@dimen/nav_but_size"
android:layout_height="@dimen/nav_but_size" />
</RelativeLayout>
<TextView
android:background="#ffffff"
android:layout_width="1dp"
android:layout_height="match_parent" />

<RelativeLayout

android:layout_weight="1"
style="@style/SelectableItemBackground"
android:clickable="true"
android:id="@+id/new_fav"
android:layout_width="0dp"
android:layout_height="match_parent">

<ImageView
android:layout_centerInParent="true"
android:src="@mipmap/ic_hearts_96"
android:layout_width="@dimen/nav_but_size"
android:layout_height="@dimen/nav_but_size"/>
</RelativeLayout>



</LinearLayout>

<LinearLayout
android:id="@+id/ll_adLayout_latest"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:orientation="vertical">

</LinearLayout>

</RelativeLayout>

非常感谢:)

最佳答案

您在这里使用循环依赖:

<LinearLayout
android:background="@color/colorPrimary"
android:id="@+id/pageNavCount"
android:orientation="horizontal"
android:layout_above="@+id/devider"
android:layout_width="match_parent"
android:layout_height="20dp">

 <View
android:id="@+id/devider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_above="@+id/pageNavLayout"
android:background="#ffffff" />

关于java.lang.IllegalStateException : Circular dependencies cannot exist in RelativeLayout : XML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42947410/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com