added strings

This commit is contained in:
deniscerri 2023-04-22 16:46:25 +02:00
parent a033a2c48f
commit 0112b09677
No known key found for this signature in database
GPG key ID: 95C43D517D830350
2 changed files with 7 additions and 8 deletions

View file

@ -195,12 +195,4 @@
<item>yellow</item>
<item>monochrome</item>
</array>
<string name="material_you">Material You</string>
<string name="blue">Blue</string>
<string name="red">Red</string>
<string name="green">Green</string>
<string name="purple">Purple</string>
<string name="yellow">Yellow</string>
<string name="monochrome">Monochrome</string>
</resources>

View file

@ -231,4 +231,11 @@
<string name="accents">Accents</string>
<string name="high_contrast">High Contrast</string>
<string name="pure_theme_summary">Pure Black / White Theme</string>
<string name="material_you">Material You</string>
<string name="blue">Blue</string>
<string name="red">Red</string>
<string name="green">Green</string>
<string name="purple">Purple</string>
<string name="yellow">Yellow</string>
<string name="monochrome">Monochrome</string>
</resources>