xref: /aosp_15_r20/development/samples/ControllerSample/res/values/strings.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*90c8c64dSAndroid Build Coastguard Worker<resources>
3*90c8c64dSAndroid Build Coastguard Worker    <string name="app_name">Controller Sample</string>
4*90c8c64dSAndroid Build Coastguard Worker    <string name="game_controller_input_description">
5*90c8c64dSAndroid Build Coastguard Worker        This activity demonstrates how to process input events received from
6*90c8c64dSAndroid Build Coastguard Worker        game controllers.  Please connect your game controller now and try
7*90c8c64dSAndroid Build Coastguard Worker        moving the joysticks or pressing buttons.  If it helps, try to imagine
8*90c8c64dSAndroid Build Coastguard Worker        that you are a lone space cowboy in hot pursuit of the aliens who kidnapped
9*90c8c64dSAndroid Build Coastguard Worker        your favorite llama on their way back to Andromeda&#8230;
10*90c8c64dSAndroid Build Coastguard Worker    </string>
11*90c8c64dSAndroid Build Coastguard Worker</resources>