Skip to content

Commit ba96609

Browse files
committed
Opt Out Edge to Edge
1 parent 2d97d55 commit ba96609

File tree

1 file changed

+3
-1
lines changed
  • play-services-base/core/src/main/res/values

1 file changed

+3
-1
lines changed

play-services-base/core/src/main/res/values/themes.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
~ SPDX-License-Identifier: Apache-2.0
55
-->
66

7-
<resources>
7+
<resources xmlns:tools="http://schemas.android.com/tools">
88

99
<style name="Theme.Base.Light.Dialog" parent="Theme.AppCompat.Light.Dialog" />
1010

@@ -69,6 +69,8 @@
6969
<item name="android:backgroundDimEnabled">false</item>
7070
<item name="android:windowIsTranslucent">true</item>
7171
<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>
7274
</style>
7375

7476
<!-- Switch Bar -->

0 commit comments

Comments
 (0)