mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-04 07:17:41 +03:00
13 lines
No EOL
503 B
XML
13 lines
No EOL
503 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>
|
|
|
|
<style name="AppTheme.AttachmentsPreview" parent="AppTheme.Base.Black"/>
|
|
|
|
</resources> |