Skip to content

Commit fd3f0da

Browse files
authored
Merge pull request #56 from boostcampwm-2022/20-feature-splash
[PR] Splash Screen κ΅¬ν˜„
2 parents e852488 + 9b81829 commit fd3f0da

37 files changed

+514
-276
lines changed

β€Žpresentation/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,10 @@ dependencies {
7474

7575
// LiveData
7676
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
77+
78+
// Lottie
79+
implementation 'com.airbnb.android:lottie:3.6.1'
80+
81+
// Splash
82+
implementation 'androidx.core:core-splashscreen:1.0.0'
7783
}
15.4 KB
Loading
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/ic_bus_background"/>
4+
<foreground android:drawable="@mipmap/ic_bus_foreground"/>
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/ic_bus_background"/>
4+
<foreground android:drawable="@mipmap/ic_bus_foreground"/>
5+
</adaptive-icon>
1.81 KB
Loading
2.05 KB
Loading
3.64 KB
Loading
1.25 KB
Loading
1.38 KB
Loading
2.31 KB
Loading

0 commit comments

Comments
Β (0)