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

Commit e56cc199 authored by Daniel Norman's avatar Daniel Norman Committed by Android (Google) Code Review
Browse files

Merge "Fix A11yMenu's Settings page for edge-to-edge feature." into main

parents 8c29213b b4e13f78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
            android:exported="true"
            android:label="@string/accessibility_menu_settings_name"
            android:launchMode="singleTop"
            android:theme="@style/Theme.SettingsBase">
            android:theme="@style/SettingsTheme">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>

+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@
    <item name="android:colorControlNormal">@color/colorControlNormal</item>
  </style>

  <style name="SettingsTheme" parent="Theme.SettingsBase">
    <!-- Quick fix so that the preference page doesn't render under its parent header. -->
    <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
  </style>

  <!--The basic theme for service and test case only-->
  <style name="A11yMenuBaseTheme" parent="android:Theme.DeviceDefault.Light">
    <item name="android:windowActionBar">false</item>