Fix crashing for theme switcher
Very hacky but it's better than it crashing for non-english locales Signed-off-by: androidacy-user <opensource@androidacy.com>pull/27/head
parent
f07627da59
commit
dfe53576bd
@ -1,14 +1,8 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- If translating, please remove "theme_values"
|
|
||||||
<string-array name="theme_values" translatable="false">
|
|
||||||
<item>system</item>
|
|
||||||
<item>dark</item>
|
|
||||||
<item>light</item>
|
|
||||||
</string-array>-->
|
|
||||||
|
|
||||||
<string-array name="theme_values_names">
|
<string-array name="theme_values_names">
|
||||||
<item>Dle systému</item>
|
<item>Dle systému</item>
|
||||||
<item>Tmavá</item>
|
<item>Tmavá</item>
|
||||||
|
<item>AMOLED Black</item>
|
||||||
<item>Světlá</item>
|
<item>Světlá</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@ -1,14 +1,8 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- If translating, please remove "theme_values"
|
|
||||||
<string-array name="theme_values" translatable="false">
|
|
||||||
<item>system</item>
|
|
||||||
<item>dark</item>
|
|
||||||
<item>light</item>
|
|
||||||
</string-array>-->
|
|
||||||
|
|
||||||
<string-array name="theme_values_names">
|
<string-array name="theme_values_names">
|
||||||
<item>Podľa systému</item>
|
<item>Podľa systému</item>
|
||||||
<item>Tmavá</item>
|
<item>Tmavá</item>
|
||||||
|
<item>AMOLED Black</item>
|
||||||
<item>Svetlá</item>
|
<item>Svetlá</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Loading…
Reference in New Issue