1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-19 09:21:30 -04:00
itcs4180/HW3/res/values/strings.xml

13 lines
448 B
XML
Raw Normal View History

2014-02-22 16:38:45 -05:00
<?xml version="1.0" encoding="utf-8"?>
2014-02-22 15:54:21 -05:00
<resources>
2014-02-22 16:38:45 -05:00
<string name="app_name">Unlock The Treasure Box!</string>
2014-02-22 15:54:21 -05:00
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
2014-02-22 16:38:45 -05:00
<string name="txtFind">Find:</string>
<string name="btnNewGame">New Game</string>
<string name="btnUnCover">UnCover</string>
<string name="title_activity_result">ResultActivity</string>
2014-02-22 15:54:21 -05:00
</resources>