File tree 1 file changed +3
-15
lines changed
android/app/src/main/res/values
1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
<resources >
2
- <style name =" AppTheme" parent =" Theme.AppCompat.Light.DarkActionBar" >
3
- <item name =" colorPrimary" >@color/colorPrimary</item >
4
- <item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
5
- <item name =" colorAccent" >@color/colorAccent</item >
2
+ <style name =" LaunchTheme" parent =" Theme.AppCompat.Light.NoActionBar" >
3
+ <item name =" android:windowBackground" >@drawable/splash_screen</item >
6
4
</style >
7
-
8
- <style name =" AppTheme.NoActionBar" parent =" Theme.AppCompat.DayNight.NoActionBar" >
9
- <item name =" windowActionBar" >false</item >
10
- <item name =" windowNoTitle" >true</item >
11
- <item name =" android:background" >@drawable/splash</item >
12
- </style >
13
-
14
- <style name =" AppTheme.NoActionBarLaunch" parent =" AppTheme.NoActionBar" >
15
- <item name =" android:background" >@drawable/splash</item >
16
- </style >
17
- </resources >
5
+ </resources >
You can’t perform that action at this time.
0 commit comments