Skip to content

Instantly share code, notes, and snippets.

@vegeta2102
Last active May 23, 2020 08:04
Show Gist options
  • Save vegeta2102/4dbe6ed8a753c9691d8e4af11c161bcb to your computer and use it in GitHub Desktop.
Save vegeta2102/4dbe6ed8a753c9691d8e4af11c161bcb to your computer and use it in GitHub Desktop.
<?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