Skip to content

Commit

Permalink
Updated boot screen color
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelle-dev committed Jan 10, 2024
1 parent d6b11c0 commit 9acf15a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.APatch" parent="android:Theme.Material.Light.NoActionBar">
<style name="Theme.APatch" parent="android:Theme.MaterialComponents.NoActionBar">
<item name="android:windowBackground">@color/#081b11</item>
</style>
</resources>

0 comments on commit 9acf15a

Please sign in to comment.