mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 01:20:53 +08:00
21 lines
711 B
XML
21 lines
711 B
XML
|
|
<window text="Custom Soft Keyboard" anim_hint="htranslate" >
|
|
<edit x="c" y="10" w="90%" h="30" focused="true" input_type="custom" text="" tips="custom"/>
|
|
|
|
<view y="60" x="c" w="90%" h="-60" is_keyboard="true"
|
|
children_layout="default(r=4,c=4,m=5,s=5)" >
|
|
<button name="key" text="0" />
|
|
<button name="key" text="1" />
|
|
<button name="key" text="2" />
|
|
<button name="key" text="3" />
|
|
<button name="key" text="4" />
|
|
<button name="key" text="5" />
|
|
<button name="key" text="6" />
|
|
<button name="key" text="7" />
|
|
<button name="key" text="8" />
|
|
<button name="key" text="9" />
|
|
<button name="key" text="#" />
|
|
<button name="backspace" text="<=" />
|
|
</view>
|
|
</window>
|