sdk: add accent names references

Change-Id: Ib7d68029cc6468c1c0b81a75da05025762290c17
Signed-off-by: Joey <joey@lineageos.org>
This commit is contained in:
Joey
2018-01-17 14:55:44 +01:00
parent 38b21a6648
commit 376449bca3
2 changed files with 24 additions and 0 deletions

View File

@@ -157,4 +157,16 @@
<string name="megabitspersecond_short">Mb/s</string>
<string name="kilobytespersecond_short">kB/s</string>
<string name="megabytespersecond_short">MB/s</string>
<!-- Accent colors -->
<string name="accent_black">Carbon</string>
<string name="accent_blue">Blueberry</string>
<string name="accent_brown">Cocoa</string>
<string name="accent_cyan">Cyan</string>
<string name="accent_green">Forest</string>
<string name="accent_orange">Pumpkin</string>
<string name="accent_pink">Cherry</string>
<string name="accent_purple">Lavender</string>
<string name="accent_red">Tomato</string>
<string name="accent_yellow">Banana</string>
</resources>

View File

@@ -147,4 +147,16 @@
<java-symbol type="string" name="megabitspersecond_short" />
<java-symbol type="string" name="kilobytespersecond_short" />
<java-symbol type="string" name="megabytespersecond_short" />
<!-- Accent colors -->
<java-symbol type="string" name="accent_black" />
<java-symbol type="string" name="accent_blue" />
<java-symbol type="string" name="accent_brown" />
<java-symbol type="string" name="accent_cyan" />
<java-symbol type="string" name="accent_green" />
<java-symbol type="string" name="accent_orange" />
<java-symbol type="string" name="accent_pink" />
<java-symbol type="string" name="accent_purple" />
<java-symbol type="string" name="accent_red" />
<java-symbol type="string" name="accent_yellow" />
</resources>