File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed
feature/main/src/main/java/com/plottwist/feature/main Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1919 android : exported =" true"
2020 android : label =" @string/app_name"
2121 android : launchMode =" singleTop"
22- android : theme =" @style/Theme.Tuk "
22+ android : theme =" @style/AppTheme.Splash "
2323 android : screenOrientation =" portrait"
2424 android : windowSoftInputMode =" adjustResize" >
2525 <intent-filter >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <style name =" AppTheme.Splash" parent =" android:Theme.Material.Light.NoActionBar" >
4+ <item name =" android:windowSplashScreenBackground" >@color/white</item >
5+ </style >
6+
7+ </resources >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33
4- <style name =" Theme.Tuk" parent =" android:Theme.Material.Light.NoActionBar" />
4+ <style name =" Theme.Tuk" parent =" android:Theme.Material.Light.NoActionBar" >
5+ <item name =" windowSplashScreenBackground" >@color/white</item >
6+ </style >
57</resources >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments