awtk/demos/assets/raw/ui/text_selector.xml
2018-12-20 11:01:37 +08:00

14 lines
654 B
XML

<window anim_hint="htranslate">
<row x="10" y="30" w="100%" h="150" children_layout="default(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>
<button name="close" x="center" y="middle" w="50%" h="30" text="close"/>
<row x="10" y="bottom:30" w="100%" h="90" children_layout="default(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="red"/>
</row>
</window>