We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d97d55 commit ba96609Copy full SHA for ba96609
play-services-base/core/src/main/res/values/themes.xml
@@ -4,7 +4,7 @@
4
~ SPDX-License-Identifier: Apache-2.0
5
-->
6
7
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools">
8
9
<style name="Theme.Base.Light.Dialog" parent="Theme.AppCompat.Light.Dialog" />
10
@@ -69,6 +69,8 @@
69
<item name="android:backgroundDimEnabled">false</item>
70
<item name="android:windowIsTranslucent">true</item>
71
<item name="android:windowAnimationStyle">@android:style/Animation</item>
72
+ <!-- Workaround until edge-to-edge is implemented, useful for libraries used in app targeting SDK35 -->
73
+ <item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
74
</style>
75
76
<!-- Switch Bar -->
0 commit comments