Skip to content

Commit a62a638

Browse files
althafvlyPatrykMis
authored andcommitted
chore: Fix layout overlap with status bar
- Fix status bar being white
1 parent c0ec952 commit a62a638

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

talkback/src/main/res/values-v29/styles.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<style name="TalkBackSettings" parent="Theme.MaterialComponents.DayNight.Bridge" >
3030
<item name="colorAccent">@color/colorAccent</item>
3131
<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>
3236
</style>
3337

3438
<style name="SettingsActionBar" parent="@style/ThemeOverlay.AppCompat.ActionBar">

0 commit comments

Comments
 (0)