awtk/demos/assets/default/raw/ui/slide_menu.xml

43 lines
1.7 KiB
XML
Raw Normal View History

2019-01-09 09:21:46 +08:00
<window theme="slide_menu" children_layout="default(c=1,h=60,s=10)">
<slide_menu style="mask" align_v="top">
2018-12-11 14:33:02 +08:00
<button style="slide_button" text="0"/>
<button style="slide_button" text="1"/>
<button style="slide_button" text="2"/>
<button style="slide_button" text="3"/>
<button style="slide_button" text="4"/>
</slide_menu>
2019-01-09 09:21:46 +08:00
<slide_menu style="mask" align_v="middle">
2018-12-11 14:33:02 +08:00
<button style="slide_button" text="0"/>
<button style="slide_button" text="1"/>
<button style="slide_button" text="2"/>
<button style="slide_button" text="3"/>
<button style="slide_button" text="4"/>
2019-01-04 15:43:45 +08:00
<button style="slide_button" text="5"/>
<button style="slide_button" text="6"/>
2018-12-11 14:33:02 +08:00
</slide_menu>
<slide_menu align_v="bottom">
<button style="slide_button" text="0"/>
<button style="slide_button" text="1"/>
<button style="slide_button" text="2"/>
<button style="slide_button" text="3"/>
<button style="slide_button" text="4"/>
2019-01-04 15:43:45 +08:00
<button style="slide_button" text="5"/>
<button style="slide_button" text="6"/>
<button style="slide_button" text="7"/>
<button style="slide_button" text="8"/>
<button style="slide_button" text="9"/>
2018-12-11 14:33:02 +08:00
</slide_menu>
<slide_menu align_v="middle" min_scale="1">
<button style="slide_button" text="0"/>
<button style="slide_button" text="1"/>
<button style="slide_button" text="2"/>
<button style="slide_button" text="3"/>
<button style="slide_button" text="4"/>
2019-01-04 15:43:45 +08:00
<button style="slide_button" text="5"/>
<button style="slide_button" text="6"/>
<button style="slide_button" text="7"/>
<button style="slide_button" text="8"/>
<button style="slide_button" text="9"/>
2018-12-11 14:33:02 +08:00
</slide_menu>
</window>