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

Finished UI for the ResultActivity

This commit is contained in:
DjBushido
2014-02-22 17:01:48 -05:00
parent bc464e5c6d
commit 9cad32bb14
3 changed files with 62 additions and 2 deletions

View File

@ -8,5 +8,10 @@
<string name="btnNewGame">New Game</string>
<string name="btnUnCover">UnCover</string>
<string name="title_activity_result">ResultActivity</string>
<string name="txtResultValue_Success">Congratulations, you unlocked the treasure chest!</string>
<string name="txtResultValue_Failure">Sorry! Try again ..</string>
<string name="txtResultElapsed">Time elapsed :</string>
<string name="btnExit">Exit</string>
<string name="btnTryAgain">Try Again</string>
</resources>