瀏覽代碼

修改报错

Pq 9 月之前
父節點
當前提交
9523d933a5
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      student/src/main/res/layout/fragment_mine_layout.xml

+ 1 - 3
student/src/main/res/layout/fragment_mine_layout.xml

@@ -729,8 +729,6 @@
                 app:layout_constraintLeft_toLeftOf="parent"
                 app:layout_constraintTop_toBottomOf="@+id/tv_feedback" />
 
-
-
             <TextView
                 android:id="@+id/tv_customer"
                 android:layout_width="match_parent"
@@ -748,7 +746,7 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:visibility="gone"
-                app:constraint_referenced_ids="iv_customer_arrow,tv_customer" />
+                app:constraint_referenced_ids="tv_customer" />
 
         </androidx.constraintlayout.widget.ConstraintLayout>
     </androidx.constraintlayout.widget.ConstraintLayout>