mirror of
https://github.com/element-hq/element-android
synced 2024-12-22 17:20:48 +03:00
11 lines
No EOL
425 B
XML
11 lines
No EOL
425 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!-- Launcher Theme, only used for VectorLauncherActivity (will be use even before the Activity is started) -->
|
|
<style name="AppTheme.Launcher" parent="Theme.MaterialComponents.Light.NoActionBar">
|
|
<item name="android:windowBackground">@drawable/splash</item>
|
|
|
|
<item name="colorPrimaryDark">@color/primary_color_dark</item>
|
|
</style>
|
|
|
|
</resources> |