Skip to content

Commit c1c77f0

Browse files
committed
feat: 크리스마스 로고/스플래쉬 수정
1 parent 4a9fd49 commit c1c77f0

20 files changed

+22
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
android:allowBackup="true"
3232
android:dataExtractionRules="@xml/data_extraction_rules"
3333
android:fullBackupContent="@xml/backup_rules"
34-
android:icon="@mipmap/ic_launcher"
34+
android:icon="@mipmap/ic_launcher_christmas"
3535
android:label="@string/app_name"
3636
android:networkSecurityConfig="@xml/network_security_config"
37-
android:roundIcon="@mipmap/ic_launcher_round"
37+
android:roundIcon="@mipmap/ic_launcher_round_christmas"
3838
android:supportsRtl="true"
3939
android:theme="@style/Theme.EatSSUAndroid"
4040
android:usesCleartextTraffic="true"
13.3 KB
Loading

app/src/main/res/layout/activity_intro.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@
1212
android:layout_height="wrap_content"
1313
android:scaleType="centerInside"
1414
android:layout_margin="65dp"
15-
android:src="@drawable/img_new_logo_white"
15+
android:src="@drawable/img_logo_snow"
16+
app:layout_constraintBottom_toBottomOf="parent"
17+
app:layout_constraintEnd_toEndOf="parent"
18+
app:layout_constraintStart_toStartOf="parent"
19+
app:layout_constraintTop_toTopOf="parent" />
20+
21+
<ImageView
22+
android:layout_width="wrap_content"
23+
android:layout_height="wrap_content"
24+
android:src="@drawable/img_backgroud_snow"
1625
app:layout_constraintBottom_toBottomOf="parent"
1726
app:layout_constraintEnd_toEndOf="parent"
1827
app:layout_constraintStart_toStartOf="parent"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/icon_background" />
4+
<foreground android:drawable="@drawable/ic_launcher_foreground_christmas" />
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/icon_background" />
4+
<foreground android:drawable="@drawable/ic_launcher_foreground_christmas" />
5+
</adaptive-icon>
772 Bytes
Loading
1.81 KB
Loading
1012 Bytes
Loading
804 Bytes
Loading
2.07 KB
Loading

0 commit comments

Comments
 (0)