Skip to content

Commit

Permalink
windowOptOutEdgeToEdgeEnforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Oct 1, 2024
1 parent 46ac18c commit 6396879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.OneURL" parent="OneUITheme">
<item name="colorPrimary">@color/primary_color_themed</item>
<item name="colorPrimaryDark">@color/primary_dark_color_themed</item>
<item name="android:windowContentTransitions">true</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:ignore="NewApi">true</item>
</style>

<style name="Theme.OneURL.Splash" parent="Theme.SplashScreen">
Expand Down

0 comments on commit 6396879

Please sign in to comment.