1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-29 06:01:35 -04:00
itcs4180/UNCCScavenger/res/values/strings.xml
DjBushido 8a527aace4 Add REST implementation skeleton
The Location class is still in flux, so waiting on that.
2014-03-31 15:07:10 -04:00

10 lines
296 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">UNCC Scavenger</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="endpoint">http://djbushido.no-ip.org/</string>
</resources>