awtk/design/default/ui/kb_ascii_t9.xml
2020-09-21 14:51:07 +08:00

99 lines
5.2 KiB
XML

<keyboard theme="keyboard" x="0" y="bottom" w="100%" h="40%">
<pages x="0" y="bottom" w="100%" h="-28" active="2">
<view name="number" x="0" y="0" w="100%" h="100%" children_layout="default(r=4,c=5,s=2,m=2)">
<button repeat="300" name="1" text="1"/>
<button repeat="300" name="2" text="2"/>
<button repeat="300" name="3" text="3"/>
<button repeat="300" name="+" text="+"/>
<button repeat="300" name="key:backspace" style="highlight">
<image draw_type="icon" image="backspace" x="center" y="middle" w="100%" h="100%"/>
</button>
<button repeat="300" name="4" text="4"/>
<button repeat="300" name="5" text="5"/>
<button repeat="300" name="6" text="6"/>
<button repeat="300" name="-" text="-"/>
<button name="page:lower" style="highlight" text="abc"/>
<button repeat="300" name="7" text="7"/>
<button repeat="300" name="8" text="8"/>
<button repeat="300" name="9" text="9"/>
<button repeat="300" name="*" text="*"/>
<button name="page:upper" style="highlight" text="ABC"/>
<button repeat="300" name="." text="."/>
<button repeat="300" name="0" text="0"/>
<button repeat="300" name="%" text="%"/>
<button repeat="300" name="/" text="/"/>
<button name="page:symbols" style="highlight" text="#+="/>
</view>
<view name="symbols" x="0" y="0" w="100%" h="100%" children_layout="default(r=4,c=5,s=2,m=2)">
<button repeat="300" name="<" text="<"/>
<button repeat="300" name=">" text=">"/>
<button repeat="300" name="(" text="("/>
<button repeat="300" name=")" text=")"/>
<button repeat="300" name="key:backspace" style="highlight">
<image draw_type="icon" image="backspace" x="center" y="middle" w="100%" h="100%"/>
</button>
<button repeat="300" name="{" text="{"/>
<button repeat="300" name="}" text="}"/>
<button repeat="300" name="[" text="["/>
<button repeat="300" name="]" text="]"/>
<button name="page:lower" style="highlight" text="abc"/>
<button repeat="300" name="$" text="$"/>
<button repeat="300" name="@" text="@"/>
<button repeat="300" name="&quot;" text="&quot;"/>
<button repeat="300" name="'" text="'"/>
<button name="page:upper" style="highlight" text="ABC"/>
<button repeat="300" name="#" text="#"/>
<button repeat="300" name="=" text="="/>
<button repeat="300" name="," text=","/>
<button repeat="300" name="?" text="?"/>
<button name="page:number" style="highlight" text="123"/>
</view>
<view name="lower"
x="0" y="0" w="100%" h="100%" children_layout="default(r=4,c=4,s=2,m=2)">
<button repeat="300" name="opt:._@/%" text="._@/%"/>
<button repeat="300" name="opt:abc" text="abc"/>
<button repeat="300" name="opt:def" text="def"/>
<button repeat="300" name="key:backspace" style="highlight">
<image draw_type="icon" image="backspace" x="center" y="middle" w="100%" h="100%"/>
</button>
<button repeat="300" name="opt:ghi" text="ghi"/>
<button repeat="300" name="opt:jkl" text="jkl"/>
<button repeat="300" name="opt:mno" text="mno"/>
<button name="page:upper" style="highlight" text="ABC"/>
<button repeat="300" name="opt:pqrs" text="pqrs"/>
<button repeat="300" name="opt:tuv" text="tuv"/>
<button repeat="300" name="opt:wxyz" text="wxyz"/>
<button name="page:number" style="highlight" text="123"/>
<button repeat="300" name="opt:,?!:" text=",?!:"/>
<button repeat="300" name="confirm_preedit" text="-->"/>
<button repeat="300" name="space" text="Space"/>
<button name="action" style="highlight" text="Return"/>
<button name="page:symbols" style="highlight" text="#+="/>
</view>
<view name="upper" x="0" y="0" w="100%" h="100%" children_layout="default(r=4,c=4,s=2,m=2)">
<button repeat="300" name="opt:._@/#" text="._@/#"/>
<button repeat="300" name="opt:ABC" text="ABC"/>
<button repeat="300" name="opt:DEF" text="DEF"/>
<button repeat="300" name="key:backspace" style="highlight">
<image draw_type="icon" image="backspace" x="center" y="middle" w="100%" h="100%"/>
</button>
<button repeat="300" name="opt:GHI" text="GHI"/>
<button repeat="300" name="opt:JKL" text="JKL"/>
<button repeat="300" name="opt:MNO" text="MNO"/>
<button name="page:lower" style="highlight" text="abc"/>
<button repeat="300" name="opt:PQRS" text="PQRS"/>
<button repeat="300" name="opt:TUV" text="TUV"/>
<button repeat="300" name="opt:WXYZ" text="WXYZ"/>
<button name="page:number" style="highlight" text="123"/>
<button repeat="300" name="confirm_preedit" text="-->"/>
<button repeat="300" name="space" text="Space"/>
<button name="action" style="highlight" text="Return"/>
<button name="page:symbols" style="highlight" text="#+="/>
</view>
</pages>
<candidates x="0" y="0" w="100%" h="30"/>
<button name="close" style="close" self_layout="default(x=r:2, y=2, w=20, h=20)" text="x" />
</keyboard>