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 c0ec952 commit a62a638Copy full SHA for a62a638
talkback/src/main/res/values-v29/styles.xml
@@ -29,6 +29,10 @@
29
<style name="TalkBackSettings" parent="Theme.MaterialComponents.DayNight.Bridge" >
30
<item name="colorAccent">@color/colorAccent</item>
31
<item name="actionBarTheme">@style/SettingsActionBar</item>
32
+
33
+ <!-- Disable edge-to-edge -->
34
+ <item name="android:enforceStatusBarContrast">true</item>
35
+ <item name="android:fitsSystemWindows">true</item>
36
</style>
37
38
<style name="SettingsActionBar" parent="@style/ThemeOverlay.AppCompat.ActionBar">
0 commit comments