<ImageView
android:id="@+id/singleimage"
android:layout_width="@dimen/magin_corner70"
android:layout_height="@dimen/magin_corner70"
android:layout_alignParentRight="true"
android:layout_marginTop="5dp"
android:visibility="gone" />
这个图片的左侧还有两个控件,都是根据数据来判断是否隐藏的,所以当我给singleimage加了android:layout_toRightOf="@+id/xxx"时就会出现上面的错误。
错误的意思大概为:在相对不居中,不能循环(相互)的依赖。
时间: 2024-10-07 00:32:41