Create arrays.xml
parent
6414bd8c9a
commit
0b89a66e31
@ -0,0 +1,13 @@
|
|||||||
|
<resources>
|
||||||
|
<string-array name="theme_values" translatable="false">
|
||||||
|
<item>system</item>
|
||||||
|
<item>dark</item>
|
||||||
|
<item>light</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<string-array name="theme_values_names">
|
||||||
|
<item>Système</item>
|
||||||
|
<item>Sombre</item>
|
||||||
|
<item>Clair</item>
|
||||||
|
</string-array>
|
||||||
|
</resources>
|
Loading…
Reference in New Issue