14 lines
660 B
XML
14 lines
660 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ Copyright 2022 New Vector Ltd.
|
|
~
|
|
~ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial.
|
|
~ Please see LICENSE files in the repository root for full details.
|
|
-->
|
|
<resources>
|
|
<style name="Theme.ElementX.Splash" parent="Theme.SplashScreen">
|
|
<item name="windowSplashScreenBackground">@color/splashscreen_bg_light</item>
|
|
<item name="windowSplashScreenAnimatedIcon">@drawable/transparent</item>
|
|
<item name="postSplashScreenTheme">@style/Theme.ElementX</item>
|
|
</style>
|
|
<style name="Theme.ElementX" parent="Theme.Material3.Light.NoActionBar" />
|
|
</resources>
|