awtk/demos/assets/raw/ui/text_selector.xml

14 lines
637 B
XML
Raw Normal View History

2018-09-25 18:00:27 +08:00
<window name="text_selector" anim_hint="htranslate">
2018-09-26 10:09:59 +08:00
<row x="10" y="30" w="100%" h="150" layout="row:1 col:3">
<text_selector options="2000-2050" text="2018"/>
<text_selector options="1-12" text="1"/>
<text_selector options="1-31" text="1"/>
</row>
2018-09-25 18:00:27 +08:00
<button name="close" x="center" y="middle" w="50%" h="30" text="close"/>
2018-09-26 10:09:59 +08:00
<row x="10" y="bottom:30" w="100%" h="90" layout="row:1 col:3">
<text_selector options="2000-2050" visible_nr="3" text="2018"/>
<text_selector options="1-12" visible_nr="3" text="1"/>
<text_selector options="red;green;blue;gold;orange" visible_nr="3" text="1"/>
</row>
2018-09-25 18:00:27 +08:00
</window>