Updated gesture floater to use more modern (and actual working) method of adding list elements via xml.
This commit is contained in:
@@ -49,13 +49,13 @@
|
||||
<text bottom_delta="0" follows="top|left" font="SansSerif" left="220" name="steps_label">
|
||||
Steps:
|
||||
</text>
|
||||
<scroll_list bottom_delta="-120" draw_border="true" follows="top|left" height="110"
|
||||
<scroll_list bottom_delta="-120" draw_border="true" follows="top|left" height="110"
|
||||
left="16" multi_select="false" name="library_list" width="100">
|
||||
Animation
|
||||
Sound
|
||||
Chat
|
||||
Wait
|
||||
</scroll_list>
|
||||
<row name="action_animation" value="Animation"/>
|
||||
<row name="action_sound" value="Sound"/>
|
||||
<row name="action_chat" value="Chat"/>
|
||||
<row name="action_wait" value="Wait"/>
|
||||
</scroll_list>
|
||||
<button bottom_delta="90" follows="top|left" height="20" label="Add >>"
|
||||
left="130" name="add_btn" width="80" />
|
||||
<button bottom_delta="-30" follows="top|left" height="20" label="Move Up"
|
||||
|
||||
@@ -32,10 +32,10 @@
|
||||
Pasos:
|
||||
</text>
|
||||
<scroll_list name="library_list">
|
||||
Animación
|
||||
Sonidos
|
||||
Chat
|
||||
Esperar
|
||||
<row name="action_animation" value="Animación"/>
|
||||
<row name="action_sound" value="Sonidos"/>
|
||||
<row name="action_chat" value="Chat"/>
|
||||
<row name="action_wait" value="Esperar"/>
|
||||
</scroll_list>
|
||||
<button label="Añadir >>" name="add_btn"/>
|
||||
<button label="Subir" name="up_btn"/>
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
Étapes:
|
||||
</text>
|
||||
<scroll_list name="library_list">
|
||||
Animation
|
||||
Son
|
||||
Chat
|
||||
Attendre
|
||||
<row name="action_animation" value="Animation"/>
|
||||
<row name="action_sound" value="Son"/>
|
||||
<row name="action_chat" value="Chat"/>
|
||||
<row name="action_wait" value="Attendre"/>
|
||||
</scroll_list>
|
||||
<button label="Ajouter >>" name="add_btn"/>
|
||||
<button label="Monter" name="up_btn"/>
|
||||
|
||||
Reference in New Issue
Block a user