summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2021-05-21 22:38:09 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-05-21 22:38:09 +0000
commitf00bff3308b689f3d3f4d6d5dc9ab5a8c431951f (patch)
treefa0beb1f0e93de012cd955917e5f9d48cdcf40aa
parent53fb57c212c48def142a022a96f6af182585e20a (diff)
parent0cec647b3ac8ffe801677d5e1676db151d7da575 (diff)
Merge "Add color variants to symbols.xml" into sc-dev
-rw-r--r--core/res/res/values/symbols.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index b8a182be055f..d86c6e727048 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -4267,6 +4267,9 @@
<java-symbol type="attr" name="colorAccentPrimary" />
<java-symbol type="attr" name="colorAccentSecondary" />
<java-symbol type="attr" name="colorAccentTertiary" />
+ <java-symbol type="attr" name="colorAccentPrimaryVariant" />
+ <java-symbol type="attr" name="colorAccentSecondaryVariant" />
+ <java-symbol type="attr" name="colorAccentTertiaryVariant" />
<java-symbol type="attr" name="colorSurface" format="color" />
<java-symbol type="attr" name="colorSurfaceHighlight" format="color" />
<java-symbol type="attr" name="colorSurfaceVariant" format="color" />