Skip to content

Instantly share code, notes, and snippets.

@derohimat
Created April 9, 2016 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derohimat/82ea3cc2f56f14078385af4df462dbc7 to your computer and use it in GitHub Desktop.
Save derohimat/82ea3cc2f56f14078385af4df462dbc7 to your computer and use it in GitHub Desktop.
<resources>
<string name="app_name">Sunshine</string>
<string name="action_settings">Settings</string>
<string name="action_map">Map Location</string>
<string name="pref_location_label">Location</string>
<string name="pref_location_key" translatable="false">location</string>
<string name="pref_location_default" translatable="false">40377</string>
<string name="pref_units_label">Temperature Units</string>
<string name="pref_units_label_metric">Metric</string>
<string name="pref_units_label_imperial">Imperial</string>
<string name="pref_units_key" translatable="false">units</string>
<string name="pref_units_metric" translatable="false">metric</string>
<string name="pref_units_imperial" translatable="false">imperial</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment