strings.xml

← Back

The file containing the source code shown below is located in the corresponding directory in <sdk>/samples/android-<version>/...

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">JetBoy</string>
	<string name="start">START!</string>
	<string name="retry">RETRY</string>
	<string name="restart">RETURN</string>
	<string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
	<string name="winText">You win, You are the master of the Universe!\n\nJETBOY by SONiVOX®\n\nProduced by Jennifer Hruska\nMusic by Eric Barlaan\nGraphics by Randy O’Connor\nProgramming by MageTech</string>
	<string name="loseText">Sorry, you lose.</string>
	<string name="timer">1:12</string>
</resources>