You've already forked KsuWebUIStandalone
mirror of
https://github.com/5ec1cff/KsuWebUIStandalone.git
synced 2025-09-06 06:37:11 +00:00
Enable dynamic colors
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.KsuWebUI" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">shortEdges</item>
|
||||
</style>
|
||||
<style name="Theme.KernelSU.WebUI" parent="Theme.KsuWebUI" />
|
||||
</resources>
|
||||
@@ -1,6 +1,6 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.KsuWebUI" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<style name="Theme.KsuWebUI" parent="Theme.Material3.DynamicColors.DayNight.NoActionBar">
|
||||
<item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">shortEdges</item>
|
||||
</style>
|
||||
<style name="Theme.KernelSU.WebUI" parent="Theme.KsuWebUI">
|
||||
|
||||
Reference in New Issue
Block a user