Skip to content

Commit a67b523

Browse files
authored
Merge pull request #91 from Newgnal/feat/community
Chore: 앱 아이콘 및 스플래시 리소스 추가 및 설정
2 parents 63a7245 + f139f94 commit a67b523

40 files changed

Lines changed: 13 additions & 19 deletions

android/app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<data android:scheme="https"/>
1515
</intent>
1616
</queries>
17-
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="true" android:theme="@style/AppTheme" android:supportsRtl="true">
17+
<application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:allowBackup="true" android:theme="@style/AppTheme" android:supportsRtl="true">
1818
<meta-data android:name="expo.modules.updates.ENABLED" android:value="false"/>
1919
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
2020
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
@@ -30,5 +30,8 @@
3030
<data android:scheme="newgnalfe"/>
3131
</intent-filter>
3232
</activity>
33+
<meta-data
34+
android:name="com.google.firebase.messaging.default_notification_icon"
35+
android:resource="@drawable/push_logo" />
3336
</application>
3437
</manifest>
-20.3 KB
Binary file not shown.
543 KB
Loading
27.5 KB
Loading
121 KB
Loading
1.73 MB
Loading
24.8 KB
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@color/iconBackground"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
3+
<background android:drawable="@drawable/newgnal_bg"/>
4+
<foreground android:drawable="@drawable/newgnal_icon"/>
55
</adaptive-icon>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@color/iconBackground"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
3+
<background android:drawable="@drawable/newgnal_bg"/>
4+
<foreground android:drawable="@drawable/newgnal_icon"/>
55
</adaptive-icon>
434 KB
Loading

0 commit comments

Comments
 (0)