mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02:57:04 +05:30
23 lines
862 B
XML
23 lines
862 B
XML
<!--
|
|
~ Copyright © 2021-2023 Harsh Shandilya.
|
|
~ Use of this source code is governed by an MIT-style
|
|
~ license that can be found in the LICENSE file or at
|
|
~ https://opensource.org/licenses/MIT.
|
|
-->
|
|
<resources>
|
|
|
|
<style name="Theme.Claw.SplashScreen" parent="Theme.SplashScreen">
|
|
<item name="windowSplashScreenBackground">#FF6C0000</item>
|
|
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_foreground</item>
|
|
<item name="windowSplashScreenAnimationDuration">1000</item>
|
|
<item name="postSplashScreenTheme">@style/Theme.Claw</item>
|
|
</style>
|
|
|
|
<style name="Platform.Theme.Claw" parent="android:Theme.Material.NoActionBar" />
|
|
|
|
<style name="Base.Theme.Claw" parent="Platform.Theme.Claw">
|
|
<item name="android:windowActionModeOverlay">true</item>
|
|
</style>
|
|
|
|
<style name="Theme.Claw" parent="Base.Theme.Claw" />
|
|
</resources>
|