mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 01:20:53 +08:00
47 lines
2.0 KiB
XML
47 lines
2.0 KiB
XML
<window name="keyboard" x="0" y="0" w="100%" h="30%">
|
|
<pages x="0" y="0" w="100%" h="100%" active="0">
|
|
<view x="0" y="0" w="100%" h="100%" layout="rows:4 cols:1 spacing:2 x_margin:2 y_margin:2">
|
|
<group_box layout="rows:1 cols:10 spacing:2 x_margin:2 y_margin:2">
|
|
<button name="Q" text="Q"/>
|
|
<button name="W" text="W"/>
|
|
<button name="E" text="E"/>
|
|
<button name="R" text="R"/>
|
|
<button name="T" text="T"/>
|
|
<button name="Y" text="Y"/>
|
|
<button name="U" text="U"/>
|
|
<button name="I" text="I"/>
|
|
<button name="O" text="O"/>
|
|
<button name="P" text="P"/>
|
|
</group_box>
|
|
<group_box layout="rows:1 cols:9 spacing:2 x_margin:10 y_margin:2">
|
|
<button name="A" text="A"/>
|
|
<button name="S" text="S"/>
|
|
<button name="D" text="D"/>
|
|
<button name="F" text="F"/>
|
|
<button name="G" text="G"/>
|
|
<button name="H" text="H"/>
|
|
<button name="J" text="J"/>
|
|
<button name="K" text="K"/>
|
|
<button name="L" text="L"/>
|
|
</group_box>
|
|
<group_box layout="rows:1 cols:9 spacing:2 x_margin:2 y_margin:2">
|
|
<button name="Shift"><image image="earth" x="center" y="middle" w="100%" h="100%"/></button>
|
|
<button name="Z" text="A"/>
|
|
<button name="X" text="S"/>
|
|
<button name="C" text="D"/>
|
|
<button name="V" text="F"/>
|
|
<button name="B" text="G"/>
|
|
<button name="N" text="H"/>
|
|
<button name="M" text="J"/>
|
|
<button name="Backspace"><image image="earth" x="center" y="middle" w="100%" h="100%"/></button>
|
|
</group_box>
|
|
<group_box layout="rows:1 cols:0 spacing:2 x_margin:2 y_margin:2">
|
|
<button name="page:number" w="15%" text="123"/>
|
|
<button name="shift" w="10%"><image image="earth" x="center" y="middle" w="100%" h="100%"/></button>
|
|
<button name="space" w="55%" text="Space"/>
|
|
<button name="action" w="20%" text="Send"/>
|
|
</group_box>
|
|
</view>
|
|
<pages>
|
|
</window>
|