Clarify element theme names
Change-Id: Ibe3e4bd6536978b1ff816f7c74738768c52adf95
This commit is contained in:
parent
29d243d8b2
commit
15625e7424
|
@ -40,28 +40,28 @@
|
||||||
<!-- SC has a different approach
|
<!-- SC has a different approach
|
||||||
<item>@string/system_theme</item>
|
<item>@string/system_theme</item>
|
||||||
-->
|
-->
|
||||||
<item>@string/light_theme</item>
|
|
||||||
<item>@string/dark_theme</item>
|
|
||||||
<item>@string/black_theme</item>
|
|
||||||
<item>@string/sc_light_theme</item>
|
<item>@string/sc_light_theme</item>
|
||||||
<item>@string/sc_theme</item>
|
<item>@string/sc_theme</item>
|
||||||
<item>@string/sc_dark_theme</item>
|
<item>@string/sc_dark_theme</item>
|
||||||
<item>@string/sc_colored_theme</item>
|
<item>@string/sc_colored_theme</item>
|
||||||
<item>@string/sc_dark_colored_theme</item>
|
<item>@string/sc_dark_colored_theme</item>
|
||||||
|
<item>@string/element_light_theme</item>
|
||||||
|
<item>@string/element_dark_theme</item>
|
||||||
|
<item>@string/element_black_theme</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string-array name="theme_values">
|
<string-array name="theme_values">
|
||||||
<!-- SC has a different approach
|
<!-- SC has a different approach
|
||||||
<item>system</item>
|
<item>system</item>
|
||||||
-->
|
-->
|
||||||
<item>light</item>
|
|
||||||
<item>dark</item>
|
|
||||||
<item>black</item>
|
|
||||||
<item>sc_light</item>
|
<item>sc_light</item>
|
||||||
<item>sc</item>
|
<item>sc</item>
|
||||||
<item>sc_dark</item>
|
<item>sc_dark</item>
|
||||||
<item>sc_colored</item>
|
<item>sc_colored</item>
|
||||||
<item>sc_dark_colored</item>
|
<item>sc_dark_colored</item>
|
||||||
|
<item>light</item>
|
||||||
|
<item>dark</item>
|
||||||
|
<item>black</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- media saving choice list -->
|
<!-- media saving choice list -->
|
||||||
|
|
|
@ -32,6 +32,9 @@
|
||||||
<string name="sc_dark_theme">SC Dark</string>
|
<string name="sc_dark_theme">SC Dark</string>
|
||||||
<string name="sc_colored_theme">SC Black, colored bubbles</string>
|
<string name="sc_colored_theme">SC Black, colored bubbles</string>
|
||||||
<string name="sc_dark_colored_theme">SC Dark, colored bubbles</string>
|
<string name="sc_dark_colored_theme">SC Dark, colored bubbles</string>
|
||||||
|
<string name="element_light_theme">Element Light</string>
|
||||||
|
<string name="element_dark_theme">Element Dark</string>
|
||||||
|
<string name="element_black_theme">Element Black</string>
|
||||||
|
|
||||||
<string name="bubble_style">Message bubbles</string>
|
<string name="bubble_style">Message bubbles</string>
|
||||||
<string name="bubble_style_none">None</string>
|
<string name="bubble_style_none">None</string>
|
||||||
|
|
Loading…
Reference in New Issue