2018-03-03 18:08:24 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
|
|
|
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
|
|
|
|
2018-04-14 16:39:51 -04:00
|
|
|
<box width="100%" height="80%" padding="10" layout="vertical-row">
|
|
|
|
<bright width="100%" text="Select a type of control that you prefer" align="center" text_align="left" word_wrap="true"/>
|
2018-03-03 18:08:24 -05:00
|
|
|
|
2018-04-14 16:39:51 -04:00
|
|
|
<spacer height="7%" width="10"/>
|
2018-03-03 18:08:24 -05:00
|
|
|
|
2018-04-14 16:39:51 -04:00
|
|
|
<ribbon id="control_type" proportion="1" width="100%" align="center">
|
2020-03-12 12:20:27 -04:00
|
|
|
<icon-button id="accelerometer" width="128" height="128"
|
2020-02-23 12:24:41 -05:00
|
|
|
icon="gui/icons/android/accelerator_icon.png" I18N="Control type" text="Accelerometer"/>
|
2019-06-08 16:01:54 -04:00
|
|
|
<icon-button id="gyroscope" width="128" height="128"
|
2019-08-16 12:47:56 -04:00
|
|
|
icon="gui/icons/android/gyroscope_icon.png" I18N="Control type" text="Gyroscope"/>
|
2019-06-08 16:01:54 -04:00
|
|
|
<icon-button id="steering_wheel" width="128" height="128"
|
2019-08-16 12:47:56 -04:00
|
|
|
icon="gui/icons/android/steering_wheel.png" I18N="Control type" text="Steering wheel"/>
|
2018-03-03 18:08:24 -05:00
|
|
|
</ribbon>
|
2018-04-14 16:39:51 -04:00
|
|
|
|
|
|
|
<spacer height="12%" width="10"/>
|
|
|
|
|
|
|
|
<label width="100%" text="You can change it later in touch device settings." text_align="left" word_wrap="true"/>
|
2018-03-03 18:08:24 -05:00
|
|
|
</box>
|
|
|
|
|
|
|
|
<spacer height="7%" width="10"/>
|
|
|
|
|
2019-06-08 16:01:54 -04:00
|
|
|
<button id="close" text="Apply" align="center"/>
|
|
|
|
|
2018-03-03 18:08:24 -05:00
|
|
|
</div>
|
|
|
|
</stkgui>
|
2019-06-08 16:01:54 -04:00
|
|
|
|