Created
April 9, 2016 04:41
-
-
Save derohimat/f8e20da9d16fb26cf9f7f50d241d0c1a to your computer and use it in GitHub Desktop.
This file contains hidden or 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="pref_units_options"> | |
<item>@string/pref_units_label_metric</item> | |
<item>@string/pref_units_label_imperial</item> | |
</string-array> | |
<string-array name="pref_units_values"> | |
<item>@string/pref_units_metric</item> | |
<item>@string/pref_units_imperial</item> | |
</string-array> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment