Skip to content

Instantly share code, notes, and snippets.

@imjeevandeshmukh
Created February 5, 2017 14:33
Show Gist options
  • Save imjeevandeshmukh/b65b82dff81d7c727fdde9d5fc10bbfb to your computer and use it in GitHub Desktop.
Save imjeevandeshmukh/b65b82dff81d7c727fdde9d5fc10bbfb to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="months">
<item>January</item>
<item>February</item>
<item>March</item>
<item>April</item>
<item>May</item>
<item>June</item>
<item>July</item>
<item>August</item>
<item>September</item>
<item>October</item>
<item>November</item>
<item>December</item>
</string-array>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment