| | |
| | | style="@style/SpinnerStyle.Black" |
| | | tools:listitem="@layout/item_spinner_drop_down"/> |
| | | |
| | | <android.support.constraint.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | <EditText |
| | | android:id="@+id/et_take_evidence_problem_des" |
| | | android:layout_width="match_parent" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:hint="问题描述(可选)" |
| | | android:textSize="@dimen/textSize_14" |
| | | android:visibility="visible" /> |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/btn_copy_problem_des"/> |
| | | <ImageView |
| | | android:id="@+id/btn_copy_problem_des" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:padding="@dimen/dimen8" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="@id/et_take_evidence_problem_des" |
| | | app:layout_constraintBottom_toBottomOf="@id/et_take_evidence_problem_des" |
| | | android:src="@drawable/selector_btn_copy_delete" /> |
| | | </android.support.constraint.ConstraintLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_location" |