Browse Source

修改报错

Pq 9 tháng trước cách đây
mục cha
commit
9523d933a5
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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>