-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
systemuicontroller
with enableEdgeToEdge()
, add splash th…
…eme.
- Loading branch information
1 parent
bde4469
commit e082e74
Showing
7 changed files
with
29 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<resources> | ||
<!-- Base application theme. --> | ||
<style name="KS" parent="android:Theme.Material.NoActionBar"> | ||
<item name="android:statusBarColor">@android:color/transparent</item> | ||
<item name="android:navigationBarColor">@android:color/transparent</item> | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<style name="Theme.KS.Splash" parent="Theme.SplashScreen"> | ||
<item name="android:windowLightStatusBar">false</item> | ||
<item name="android:windowLightNavigationBar" tools:targetApi="27">false</item>> | ||
<item name="windowSplashScreenBackground">#070426</item> | ||
<item name="postSplashScreenTheme">@style/Theme.KS</item> | ||
</style> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
<resources> | ||
<!-- Base application theme. --> | ||
<style name="Theme.KS" parent="android:Theme.Material.Light.NoActionBar"> | ||
<item name="android:statusBarColor">@android:color/transparent</item> | ||
<item name="android:navigationBarColor">@android:color/transparent</item> | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<style name="Theme.KS" parent="android:Theme.Material.Light.NoActionBar"/> | ||
|
||
<style name="Theme.KS.Splash" parent="Theme.SplashScreen"> | ||
<item name="android:windowLightStatusBar" >true</item> | ||
<item name="android:windowLightNavigationBar" tools:targetApi="27">true</item>> | ||
<item name="windowSplashScreenBackground">#E7DBFF</item> | ||
<item name="postSplashScreenTheme">@style/Theme.KS</item> | ||
</style> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters