16 lines
620 B
XML
16 lines
620 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ Copyright 2023 New Vector Ltd.
|
|
~
|
|
~ SPDX-License-Identifier: AGPL-3.0-only
|
|
~ Please see LICENSE in the repository root for full details.
|
|
-->
|
|
<resources>
|
|
|
|
<style name="Theme.ElementX.Splash" parent="Theme.SplashScreen">
|
|
<item name="windowSplashScreenBackground">@color/splashscreen_bg_dark</item>
|
|
<item name="windowSplashScreenAnimatedIcon">@drawable/transparent</item>
|
|
<item name="postSplashScreenTheme">@style/Theme.ElementX</item>
|
|
</style>
|
|
|
|
<style name="Theme.ElementX" parent="Theme.Material3.Dark.NoActionBar" />
|
|
</resources>
|