Skip to content

Commit

Permalink
Merge branch 'master' into statut_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Falière authored Dec 6, 2023
2 parents b1d3525 + e8665ff commit 33a0e4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app/src/main/res/drawable/splash_inset.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<inset
xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/ic_launcher_foreground"
android:insetLeft="5dp"
android:insetTop="5dp"
android:insetRight="5dp"
android:insetBottom="5dp" />
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</style>

<style name="Theme.Exodus.Splash" parent="Theme.SplashScreen">
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_inset</item>
<item name="postSplashScreenTheme">@style/Theme.Exodus</item>
</style>

Expand Down

0 comments on commit 33a0e4f

Please sign in to comment.