We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a50353 commit 5d214b4Copy full SHA for 5d214b4
app/src/main/res/values/styles.xml
@@ -16,8 +16,9 @@
16
<item name="preferenceTheme">@style/AppPreferenceThemeOverlay</item>
17
<!-- fixes some UI issues on MIUI devices -->
18
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
19
- <!-- fixes visual bug on Android 15 -->
20
- <item name="android:fitsSystemWindows" tools:targetApi="v">true</item>
+ <!-- Temporary workaround for visual bug on Android 15 until edge-to-edge is implemented -->
+ <!--item name="android:fitsSystemWindows" tools:targetApi="35">true</item-->
21
+ <item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
22
</style>
23
<style name="AppTheme.NoActionBar" parent="AppTheme">
24
<item name="windowActionBar">false</item>
0 commit comments