인트로

- 4월 인트로로 변경
This commit is contained in:
2024-04-01 15:48:06 +09:00
parent e52075a692
commit de0d327168
8 changed files with 7 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
android:layout_height="0dp"
android:contentDescription="@null"
android:scaleType="fitXY"
android:src="@drawable/splash_bg_2024_03"
android:src="@drawable/splash_bg"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -18,21 +18,11 @@
<ImageView
android:id="@+id/iv_text"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/splash_text_2024_03"
android:src="@drawable/splash_text"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@null"
android:src="@drawable/splash_text_logo_2024_03"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="25dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>