fix splash screen color
This commit is contained in:
parent
0e811fe43a
commit
696959214f
|
@ -28,7 +28,7 @@ class PixelDroidApplication: Application() {
|
|||
.build()
|
||||
mApplicationComponent.inject(this)
|
||||
|
||||
//TODO put condition depending on setting
|
||||
//TODO put condition depending on setting to apply dynamic colours (android 12+)
|
||||
if(false) DynamicColors.applyToActivitiesIfAvailable(this)
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
<!-- Base application theme. -->
|
||||
<style name="AppTheme.Launcher">
|
||||
<item name="android:windowBackground">@drawable/theme</item>
|
||||
<item name="colorPrimaryDark">?android:attr/colorBackground</item>
|
||||
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.PopupOverlay" parent="Theme.Material3.Light" />
|
||||
|
|
Loading…
Reference in New Issue