1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-02 06:16:48 -04:00

Commit the main game activity layout

This commit is contained in:
DjBushido
2014-02-22 16:38:45 -05:00
parent a7ff7d6ae7
commit 9535b43df6
3 changed files with 209 additions and 9 deletions

View File

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">HW3</string>
<string name="app_name">Unlock The Treasure Box!</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="txtFind">Find:</string>
<string name="btnNewGame">New Game</string>
<string name="btnUnCover">UnCover</string>
<string name="title_activity_result">ResultActivity</string>
</resources>