awtk/demos/assets/default/raw/ui/main.xml
2019-10-25 08:14:15 +08:00

60 lines
3.0 KiB
XML

<window closable="no" text="Desktop" anim_hint="htranslate">
<slide_view x="0" y="0" w="100%" h="100%" loop="true">
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=2,r=8,m=5,s=5)">
<button name="open:basic" text="Basic"/>
<button name="open:button" text="Buttons"/>
<button name="open:edit" text="Edits"/>
<button name="open:keyboard" text="KeyBoard"/>
<button name="open:list_view" text="ListView"/>
<button name="open:slide_view" text="SlideView"/>
<button name="open:animation" text="Animate Window"/>
<button name="open:animator" text="Animate Widget"/>
<button name="open:tab_control" text="Tab Control"/>
<button name="open:combo_box" text="ComboBox"/>
<button name="open:rich_text" text="RichText"/>
<button name="open:color_picker" text="Color Picker"/>
</view>
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=2,r=8,m=5,s=5)">
<button name="open:time_clock" text="Analog Clock"/>
<button name="open:digit_clock" text="Digit Clock"/>
<button name="open:locale" text="Locale"/>
<button name="open:images" text="Image"/>
<button name="open:guage" text="Guage"/>
<button name="open:switch" text="Switch"/>
<button name="open:text_selector" text="Selector"/>
<button name="open:image_animation" text="Image Animation"/>
<button name="open:progress_circle" text="ProgressCircle"/>
<button name="open:image_value" text="Value Image"/>
<button name="open:svg_image" text="SVG Image"/>
<button name="open:gif_image" text="GIF Image"/>
</view>
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=2,r=8,m=5,s=5)">
<button name="open:label" text="Label"/>
<button name="open:dialogs" text="Dialogs"/>
<button name="open:slide_menu" text="Slide Menu"/>
<button name="open:soft_keyboard" text="Custom Keyboard"/>
<button name="open:vgcanvas" text="VG Canvas"/>
<button name="open:linear_gradient" text="Linear Gradient"/>
<button name="open:radial_gradient" text="Radial Gradient"/>
<button name="open:stroke_gradient" text="Stroke Gradient"/>
<button name="open:overlay" text="Overlay"/>
<button name="open:mledit" text="MultiLine Edit"/>
<button name="open:hscroll_label" text="HScroll Label"/>
<button name="open:menu" text="ContextMenu"/>
</view>
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=2,r=8,m=5,s=5)">
<button name="open:draggable" text="Draggable"/>
</view>
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=1,r=8,m=5,s=5)">
<button name="open:memtest" text="MemTest"/>
<button name="open:calibration_win" text="Calibration"/>
<button name="show_fps" text="Show FPS"/>
<button name="reload_theme" text="Test Change Theme"/>
<button name="exit" text="Exit"/>
</view>
</slide_view>
<slide_indicator x="0" y="b" w="100%" h="20" style="blue"/>
</window>