2019-01-03 15:52:56 +08:00
|
|
|
<keyboard theme="keyboard" x="0" y="bottom" w="100%" h="40%">
|
|
|
|
<column style="placeholder" x="0" y="0" w="100%" h="30">
|
|
|
|
<button name="close" style="close" x="r:1" y="1" w="28" h="28" text="x" />
|
|
|
|
</column>
|
|
|
|
<pages x="0" y="30" w="100%" h="-30" active="0">
|
2018-12-20 11:01:37 +08:00
|
|
|
<view name="upper" x="0" y="0" w="100%" h="100%" children_layout="default(r=4,c=3,s=2,m=4)">
|
2018-07-09 07:32:38 +08:00
|
|
|
<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="4" text="4"/>
|
|
|
|
<button repeat="300" name="5" text="5"/>
|
|
|
|
<button repeat="300" name="6" text="6"/>
|
|
|
|
<button repeat="300" name="7" text="7"/>
|
|
|
|
<button repeat="300" name="8" text="8"/>
|
|
|
|
<button repeat="300" name="9" text="9"/>
|
2018-07-17 11:27:14 +08:00
|
|
|
<button repeat="300" name="-" style="highlight" text="-"/>
|
2018-07-09 07:32:38 +08:00
|
|
|
<button repeat="300" name="0" text="0"/>
|
2018-07-17 11:27:14 +08:00
|
|
|
<button repeat="300" name="key:backspace" style="highlight"><image draw_type="icon" image="backspace" x="center" y="middle" w="100%" h="100%"/></button>
|
2018-06-18 12:41:43 +08:00
|
|
|
</view>
|
2018-06-19 16:29:23 +08:00
|
|
|
</pages>
|
2018-06-18 12:41:43 +08:00
|
|
|
</keyboard>
|