Skip to content

Commit

Permalink
TIQR-279: Fix splash logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolnai committed Jul 21, 2022
1 parent 81e75f2 commit cec4ba9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
8 changes: 0 additions & 8 deletions app/src/main/res/drawable/splash_screen.xml

This file was deleted.

3 changes: 3 additions & 0 deletions app/src/main/res/drawable/splash_screen_logo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/ic_notification_large"
android:inset="32dp" />
4 changes: 2 additions & 2 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</style>

<style name="AppTheme.Splash" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/splashScreenColor</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_screen</item>
<item name="windowSplashScreenBackground">@color/primaryColor</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_screen_logo</item>
<item name="postSplashScreenTheme">@style/AppTheme</item>
</style>

Expand Down

0 comments on commit cec4ba9

Please sign in to comment.