| | |
| | | android:textSize="12sp" |
| | | /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/layout_6" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintTop_toBottomOf="@id/layout_4" |
| | | app:layout_constraintStart_toStartOf="@id/layout_4" |
| | | android:layout_marginTop="6dp" |
| | | > |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="其他费用:" |
| | | android:textColor="@color/black" |
| | | android:textSize="12sp" |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{bean.otherCost}" |
| | | android:textColor="@color/black" |
| | | android:textSize="12sp" |
| | | /> |
| | | </LinearLayout> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |
| | | <TextView |