Skip to content

Commit

Permalink
fix: update splash screen background to use component color
Browse files Browse the repository at this point in the history
  • Loading branch information
TanishMoral11 committed Oct 30, 2024
1 parent 750f4b3 commit fc9e357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/splash_image.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/color_palette_splash_activity_background_color" />
<item android:drawable="@color/component_color_splash_activity_background_color" />
<item android:drawable="@drawable/splash_page" android:gravity="center"/>
</layer-list>

0 comments on commit fc9e357

Please sign in to comment.