fix
lmw
2023-03-14 de0f0e2607ef84c1dead2e03649fa996f726dba8
app/src/main/res/layout/activity_start.xml
@@ -6,12 +6,13 @@
    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>