| | |
| | | android:layout_width="match_parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:paddingBottom="20dp" |
| | | android:id="@+id/cl" |
| | | android:layout_marginHorizontal="20dp" |
| | | android:background="@drawable/bg_white_20dp" |
| | | android:layout_height="wrap_content"> |
| | |
| | | android:background="@drawable/bg_grey_line_20" |
| | | android:gravity="center_vertical|top" |
| | | android:padding="18dp" |
| | | android:maxLength="6" |
| | | android:inputType="number" |
| | | android:hint="请输入补充说明内容" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title"/> |
| | | |
| | |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_close" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/close_white" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@id/cl" |
| | | android:padding="10dp" |
| | | android:layout_marginTop="35dp"/> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |