| | |
| | | app:layout_constraintStart_toEndOf="@+id/ll_top" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | |
| | | |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="1px" |
| | |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_head" |
| | | android:layout_width="180dp" |
| | | android:layout_height="180dp" |
| | | android:layout_width="170dp" |
| | | android:layout_height="170dp" |
| | | android:layout_marginTop="75dp" |
| | | android:layout_marginEnd="26dp" |
| | | android:elevation="5dp" |
| | |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="@+id/rl_container" /> |
| | | |
| | | <View |
| | | android:id="@+id/view_mode" |
| | | android:layout_width="64dp" |
| | | android:layout_height="64dp" |
| | | android:background="@drawable/mode_write_and_black" |
| | | android:gravity="center" |
| | | android:textSize="40sp" |
| | | android:textColor="#F28105" |
| | | android:textStyle="bold" |
| | | android:layout_marginStart="38dp" |
| | | android:layout_marginBottom="31dp" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/ll_task" |
| | | android:layout_width="260dp" |