mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 15:47:03 +05:30
17 lines
684 B
XML
17 lines
684 B
XML
<!--
|
|
~ Copyright © 2021-2024 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">@color/ic_launcher_background</item>
|
|
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
|
|
<item name="windowSplashScreenAnimationDuration">1000</item>
|
|
<item name="postSplashScreenTheme">@style/Theme.Claw</item>
|
|
</style>
|
|
|
|
<style name="Theme.Claw" parent="android:Theme.Material.NoActionBar" />
|
|
</resources>
|