Files
android_development/samples/ControllerSample/res/values/strings.xml
quddusc c522b3124e docs: Code sample for game controller training class.
Change-Id: I14f7046c7fba4f67838513af2ca2abbca4c3561a
2013-12-06 10:16:35 -08:00

11 lines
567 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Controller Sample</string>
<string name="game_controller_input_description">
This activity demonstrates how to process input events received from
game controllers. Please connect your game controller now and try
moving the joysticks or pressing buttons. If it helps, try to imagine
that you are a lone space cowboy in hot pursuit of the aliens who kidnapped
your favorite llama on their way back to Andromeda&#8230;
</string>
</resources>