|
@@ -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>
|