Last active
May 23, 2020 08:04
-
-
Save vegeta2102/4dbe6ed8a753c9691d8e4af11c161bcb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<string-array name="light_theme"> | |
<item>@string/light_mode_auto</item> | |
<item>@string/light_mode_on</item> | |
<item>@string/light_mode_off</item> | |
</string-array> | |
<string-array name="light_theme_value"> | |
<item>@string/pf_dark_auto</item> | |
<item>@string/pf_light_on</item> | |
<item>@string/pf_light_off</item> | |
</string-array> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment