-
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.
- Loading branch information
Showing
6 changed files
with
41 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen.IconBackground"> | ||
<item name="windowSplashScreenBackground">#9FD3A8</item> | ||
<item name="android:windowSplashScreenIconBackgroundColor">@color/ic_launcher_background</item> | ||
<item name="postSplashScreenTheme">@style/Theme.RememberMe</item> | ||
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item> | ||
<!--<item name="android:windowSplashScreenBrandingImage">@drawable/ic_launcher_foreground</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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<style name="Theme.RememberMe" parent="android:Theme.Material.Light.NoActionBar" /> | ||
|
||
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen"> | ||
<item name="windowSplashScreenBackground">#9FD3A8</item> | ||
<item name="postSplashScreenTheme">@style/Theme.RememberMe</item> | ||
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources > | ||
|
||
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen.IconBackground"> | ||
<item name="windowSplashScreenBackground">#396846</item> | ||
<item name="android:windowSplashScreenIconBackgroundColor">#9FD3A8</item> | ||
<item name="postSplashScreenTheme">@style/Theme.RememberMe</item> | ||
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item> | ||
<!--<item name="android:windowSplashScreenBrandingImage">@drawable/ic_launcher_foreground</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,19 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Base theme that combines NoActionBar and SplashScreen attributes --> | ||
<style name="Base.Theme.RememberMe" parent="android:Theme.Material.Light.NoActionBar"> | ||
<!-- Splash screen attributes --> | ||
<item name="windowSplashScreenBackground">@android:color/holo_blue_dark</item> | ||
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_avatar_1</item> | ||
</style> | ||
|
||
<!-- Custom theme extending the combined base theme --> | ||
<style name="Theme.RememberMe" parent="Base.Theme.RememberMe"> | ||
<!-- Additional customizations for RememberMe theme --> | ||
</style> | ||
<style name="Theme.RememberMe" parent="android:Theme.Material.Light.NoActionBar"/> | ||
|
||
<!-- Splash screen theme extending the combined base theme --> | ||
<style name="SplashScreenTheme" parent="Base.Theme.RememberMe"> | ||
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen"> | ||
<item name="windowSplashScreenBackground">#396846</item> | ||
<item name="android:windowActionBar">false</item> | ||
<item name="postSplashScreenTheme">@style/Theme.RememberMe</item> | ||
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</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