Minor tweak for init android dialog
This commit is contained in:
parent
2fdc6b0de8
commit
45aa9c2e3a
@ -2,18 +2,21 @@
|
|||||||
<stkgui>
|
<stkgui>
|
||||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
||||||
|
|
||||||
<spacer height="2%" width="25"/>
|
<box width="100%" height="80%" padding="10" layout="vertical-row">
|
||||||
<box width="100%" height="75%" 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"/>
|
||||||
<bright width="100%" text="Select a type of control that you prefer" align="center" text_align="left" />
|
|
||||||
|
|
||||||
<spacer height="15%" width="10"/>
|
<spacer height="7%" width="10"/>
|
||||||
|
|
||||||
<ribbon id="control_type" height="60%" width="100%" align="center">
|
<ribbon id="control_type" proportion="1" width="100%" align="center">
|
||||||
<icon-button id="accelerometer" width="fit" height="fit" icon="gui/difficulty_medium.png"
|
<icon-button id="accelerometer" width="fit" height="fit" icon="gui/difficulty_medium.png"
|
||||||
I18N="Control type" text="Accelerometer"/>
|
I18N="Control type" text="Accelerometer"/>
|
||||||
<icon-button id="steering_wheel" width="fit" height="fit" icon="gui/difficulty_hard.png"
|
<icon-button id="steering_wheel" width="fit" height="fit" icon="gui/difficulty_hard.png"
|
||||||
I18N="Control type" text="Steering wheel"/>
|
I18N="Control type" text="Steering wheel"/>
|
||||||
</ribbon>
|
</ribbon>
|
||||||
|
|
||||||
|
<spacer height="12%" width="10"/>
|
||||||
|
|
||||||
|
<label width="100%" text="You can change it later in touch device settings." text_align="left" word_wrap="true"/>
|
||||||
</box>
|
</box>
|
||||||
|
|
||||||
<spacer height="7%" width="10"/>
|
<spacer height="7%" width="10"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user