Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a815608a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes status bar font color for AccessibilityMenu settings page." into main

parents 6befa78b bf5ae0c6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@
-->

<resources>
  <style name="AccessibilityMenuSettings" parent="android:Theme.DeviceDefault.DayNight">
    <item name="android:windowLightStatusBar">false</item>
  </style>

  <!--Adds the theme to support SnackBar component and user configurable theme. -->
  <style name="ServiceTheme" parent="android:Theme.DeviceDefault.DayNight">
    <item name="android:colorControlNormal">@color/colorControlNormal</item>
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@

<resources>
  <!--The theme is for preference CollapsingToolbarBaseActivity settings-->
  <style name="AccessibilityMenuSettings" parent="android:Theme.DeviceDefault.DayNight" />
  <style name="AccessibilityMenuSettings" parent="android:Theme.DeviceDefault.DayNight">
    <item name="android:windowLightStatusBar">true</item>
  </style>

  <!--Adds the theme to support SnackBar component and user configurable theme. -->
  <style name="ServiceTheme" parent="android:Theme.DeviceDefault.Light">