File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
22<resources xmlns : tools =" http://schemas.android.com/tools" >
33 <color name =" cdv_splashscreen_background" >#3a3e54</color >
4- </resources >
4+ <color name =" teardrop" >#FFFFFF</color >
5+ </resources >
Original file line number Diff line number Diff line change 44 <item name =" windowSplashScreenBackground" >@color/ic_splash_background</item >
55 <item name =" windowSplashScreenAnimatedIcon" >@drawable/ic_launcher_foreground</item >
66 <item name =" windowSplashScreenAnimationDuration" >200</item >
7- <item name =" postSplashScreenTheme" >@style/Theme.AppCompat.DayNight.NoActionBar </item >
7+ <item name =" postSplashScreenTheme" >@style/Theme.App.Activity </item >
88 <item name =" android:windowOptOutEdgeToEdgeEnforcement" >true</item >
99 </style >
1010 <style name =" Theme.App.Activity" parent =" Theme.AppCompat.DayNight.NoActionBar" >
11+ <item name =" colorAccent" >@color/teardrop</item >
12+ <item name =" android:colorAccent" >@color/teardrop</item >
13+ <item name =" colorControlActivated" >@color/teardrop</item >
14+ <item name =" android:colorControlActivated" >@color/teardrop</item >
1115 <item name =" android:windowOptOutEdgeToEdgeEnforcement" >true</item >
1216 </style >
1317</resources >
You can’t perform that action at this time.
0 commit comments