diff options
| author | 2021-05-21 12:26:31 -0700 | |
|---|---|---|
| committer | 2021-05-21 12:26:31 -0700 | |
| commit | 0cec647b3ac8ffe801677d5e1676db151d7da575 (patch) | |
| tree | 9457e20ddee996fa968083793dbdd7a13fff9b80 | |
| parent | b1c5d7fabb04320fd26e213c9a3656ffdae6a9da (diff) | |
Add color variants to symbols.xml
Fixes: 188553030
Test: make
Change-Id: I1a4411de81f40f77536bdd08f2a71e4033a624f7
| -rw-r--r-- | core/res/res/values/symbols.xml | 3 |
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" /> |