Skip to content

Commit

Permalink
manager: splash screen follows system dark mode (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff authored Mar 24, 2024
1 parent f3cdfab commit fc613d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manager/app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="Theme.KernelSU" parent="android:Theme.Material.NoActionBar">
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
</resources>

1 comment on commit fc613d5

@backslashxx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now opening ksu at night wont flashbang me

Please sign in to comment.