| | |
| | | android:layout_height="match_parent"> |
| | | |
| | | <ImageView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:layout_marginTop="180dp" |
| | | android:scaleType="centerCrop" |
| | | android:src="@mipmap/splash"/> |
| | | android:src="@mipmap/icon"/> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |