스플래시 화면 변경
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 MiB |
BIN
app/src/main/res/drawable-xxhdpi/splash_bg_2024_03.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/splash_bg_2024_03.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 146 KiB |
BIN
app/src/main/res/drawable-xxhdpi/splash_text_2024_03.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/splash_text_2024_03.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
@@ -9,7 +9,7 @@
|
|||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
android:scaleType="fitXY"
|
android:scaleType="fitXY"
|
||||||
android:src="@drawable/splash_bg"
|
android:src="@drawable/splash_bg_2024_03"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
@@ -19,10 +19,10 @@
|
|||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="86dp"
|
android:layout_marginTop="262dp"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
android:src="@drawable/splash_text"
|
android:src="@drawable/splash_text_2024_03"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent" />
|
app:layout_constraintStart_toStartOf="parent" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user