We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5647718 commit 570b65fCopy full SHA for 570b65f
android/app/src/main/res/values-night/themes.xml
@@ -12,5 +12,6 @@
12
<!-- Status bar color. -->
13
<item name="android:statusBarColor">#121212</item>
14
<!-- Customize your theme here. -->
15
+ <item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
16
</style>
17
</resources>
android/app/src/main/res/values/themes.xml
@@ -12,6 +12,8 @@
+
18
19
0 commit comments