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

Commit 60a07aac authored by Matt Buckley's avatar Matt Buckley Committed by Android (Google) Code Review
Browse files

Merge "Revert "Remove _light / _dark / from "fixed" sys resources"" into udc-d1-dev

parents b17d0f90 91c21336
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2041,8 +2041,6 @@ package android {
    field public static final int system_on_tertiary_light;
    field public static final int system_outline_dark;
    field public static final int system_outline_light;
    field public static final int system_outline_variant_dark;
    field public static final int system_outline_variant_light;
    field public static final int system_palette_key_color_neutral_dark;
    field public static final int system_palette_key_color_neutral_light;
    field public static final int system_palette_key_color_neutral_variant_dark;
+5 −11
Original line number Diff line number Diff line
@@ -1312,21 +1312,15 @@
        <!-- The container color of surface the most elevated, which replaces the previous surface
             variant. @hide -->
        <attr name="materialColorSurfaceContainerHighest" format="color"/>
        <!-- A tonal variation of the on surface color that passes accessibility guidelines for
             text/iconography when drawn on top of surface variant. @hide -->
        <!-- undefined @hide -->
        <attr name="materialColorOnSurfaceVariant" format="color"/>
        <!-- A color meant to be used in element outlines. @hide -->
        <!-- undefined @hide -->
        <attr name="materialColorOutline" format="color"/>
        <!-- A color meant to be used in element outlines on the surface-variant color. @hide -->
        <attr name="materialColorOutlineVariant" format="color"/>
        <!-- A color that passes accessibility guidelines for text/iconography when drawn on top of
             primary. @hide -->
        <!-- undefined @hide -->
        <attr name="materialColorOnPrimary" format="color"/>
        <!-- A color that passes accessibility guidelines for text/iconography when drawn on top of
             surface. @hide -->
        <!-- undefined @hide -->
        <attr name="materialColorOnSurface" format="color"/>
        <!-- The container color of surface, which replaces the previous surface at elevation level
             2. @hide -->
        <!-- undefined @hide -->
        <attr name="materialColorSurfaceContainer" format="color"/>
        <!-- The container color of surface, which replaces the previous surface at elevation level
             2. @hide -->
+0 −2
Original line number Diff line number Diff line
@@ -465,7 +465,6 @@
    <color name="system_surface_variant_light">#E1E2EC</color>
    <color name="system_on_surface_variant_light">#44474F</color>
    <color name="system_outline_light">#72747D</color>
    <color name="system_outline_variant_light">#C4C7C5</color>
    <color name="system_error_light">#C00003</color>
    <color name="system_on_error_light">#FFFFFF</color>
    <color name="system_error_container_light">#FFDAD5</color>
@@ -521,7 +520,6 @@
    <color name="system_surface_variant_dark">#44474F</color>
    <color name="system_on_surface_variant_dark">#C4C6D0</color>
    <color name="system_outline_dark">#72747D</color>
    <color name="system_outline_variant_dark">#444746</color>
    <color name="system_error_dark">#FFB4A8</color>
    <color name="system_on_error_dark">#690001</color>
    <color name="system_error_container_dark">#930001</color>
+0 −2
Original line number Diff line number Diff line
@@ -271,8 +271,6 @@
    <public name="system_palette_key_color_tertiary_dark"/>
    <public name="system_palette_key_color_neutral_dark"/>
    <public name="system_palette_key_color_neutral_variant_dark"/>
    <public name="system_outline_variant_light" />
    <public name="system_outline_variant_dark" />
  </staging-public-group>

  <staging-public-group type="array" first-id="0x01c80000">
+0 −1
Original line number Diff line number Diff line
@@ -5027,7 +5027,6 @@
  <java-symbol name="materialColorSurfaceContainerHighest" type="attr"/>
  <java-symbol name="materialColorOnSurfaceVariant" type="attr"/>
  <java-symbol name="materialColorOutline" type="attr"/>
  <java-symbol name="materialColorOutlineVariant" type="attr"/>
  <java-symbol name="materialColorOnPrimary" type="attr"/>
  <java-symbol name="materialColorOnSurface" type="attr"/>
  <java-symbol name="materialColorSurfaceContainer" type="attr"/>
Loading