You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FoxMagiskModuleManager/app/src/main/res/values/arrays.xml

13 lines
311 B
XML

<resources>
<string-array name="theme_values">
<item>system</item>
<item>dark</item>
<item>light</item>
</string-array>
<string-array name="theme_values_names">
<item>System</item>
<item>Dark</item>
<item>Light</item>
</string-array>
</resources>