스플래시 변경
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB |
BIN
app/src/main/res/drawable-xxhdpi/splash_bg.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/splash_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/drawable-xxhdpi/splash_text1.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/splash_text1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
BIN
app/src/main/res/drawable-xxhdpi/splash_text2.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/splash_text2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
@@ -20,7 +20,20 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/splash_text"
|
||||
android:src="@drawable/splash_text1"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_text2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/splash_text2"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
/>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
Reference in New Issue
Block a user