Add gyroscope icon and use it in init android dialog

This commit is contained in:
Benau 2019-08-17 00:47:56 +08:00
parent ce2c442402
commit 1551bdaaaa
2 changed files with 4 additions and 4 deletions

View File

@ -8,12 +8,12 @@
<spacer height="7%" width="10"/>
<ribbon id="control_type" proportion="1" width="100%" align="center">
<icon-button id="accelerometer" width="128" height="128"
icon="gui/icons/difficulty_medium.png" I18N="Control type" text="Accelerometer"/>
<icon-button id="accelerometer" width="64" height="128"
icon="gui/icons/android/accelerator.png" I18N="Control type" text="Accelerometer"/>
<icon-button id="gyroscope" width="128" height="128"
icon="gui/icons/difficulty_best.png" I18N="Control type" text="Gyroscope"/>
icon="gui/icons/android/gyroscope_icon.png" I18N="Control type" text="Gyroscope"/>
<icon-button id="steering_wheel" width="128" height="128"
icon="gui/icons/difficulty_hard.png" I18N="Control type" text="Steering wheel"/>
icon="gui/icons/android/steering_wheel.png" I18N="Control type" text="Steering wheel"/>
</ribbon>
<spacer height="12%" width="10"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB