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

Commit 5a99d030 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Added missing outlineVariant token from Material" into udc-mainline-prod

parents 14ac69ec 43709e17
Loading
Loading
Loading
Loading
+11 −5
Original line number Original line Diff line number Diff line
@@ -1316,15 +1316,21 @@
        <!-- The container color of surface the most elevated, which replaces the previous surface
        <!-- The container color of surface the most elevated, which replaces the previous surface
             variant. @hide -->
             variant. @hide -->
        <attr name="materialColorSurfaceContainerHighest" format="color"/>
        <attr name="materialColorSurfaceContainerHighest" format="color"/>
        <!-- undefined @hide -->
        <!-- A tonal variation of the on surface color that passes accessibility guidelines for
             text/iconography when drawn on top of surface variant. @hide -->
        <attr name="materialColorOnSurfaceVariant" format="color"/>
        <attr name="materialColorOnSurfaceVariant" format="color"/>
        <!-- undefined @hide -->
        <!-- A color meant to be used in element outlines. @hide -->
        <attr name="materialColorOutline" format="color"/>
        <attr name="materialColorOutline" format="color"/>
        <!-- undefined @hide -->
        <!-- 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 -->
        <attr name="materialColorOnPrimary" format="color"/>
        <attr name="materialColorOnPrimary" format="color"/>
        <!-- undefined @hide -->
        <!-- A color that passes accessibility guidelines for text/iconography when drawn on top of
             surface. @hide -->
        <attr name="materialColorOnSurface" format="color"/>
        <attr name="materialColorOnSurface" format="color"/>
        <!-- undefined @hide -->
        <!-- The container color of surface, which replaces the previous surface at elevation level
             2. @hide -->
        <attr name="materialColorSurfaceContainer" format="color"/>
        <attr name="materialColorSurfaceContainer" format="color"/>
        <!-- The container color of surface, which replaces the previous surface at elevation level
        <!-- The container color of surface, which replaces the previous surface at elevation level
             2. @hide -->
             2. @hide -->
+1 −0
Original line number Original line Diff line number Diff line
@@ -5042,6 +5042,7 @@
  <java-symbol name="materialColorSurfaceContainerHighest" type="attr"/>
  <java-symbol name="materialColorSurfaceContainerHighest" type="attr"/>
  <java-symbol name="materialColorOnSurfaceVariant" type="attr"/>
  <java-symbol name="materialColorOnSurfaceVariant" type="attr"/>
  <java-symbol name="materialColorOutline" type="attr"/>
  <java-symbol name="materialColorOutline" type="attr"/>
  <java-symbol name="materialColorOutlineVariant" type="attr"/>
  <java-symbol name="materialColorOnPrimary" type="attr"/>
  <java-symbol name="materialColorOnPrimary" type="attr"/>
  <java-symbol name="materialColorOnSurface" type="attr"/>
  <java-symbol name="materialColorOnSurface" type="attr"/>
  <java-symbol name="materialColorSurfaceContainer" type="attr"/>
  <java-symbol name="materialColorSurfaceContainer" type="attr"/>
+47 −0

File changed.

Preview size limit exceeded, changes collapsed.