awtk/demos/res/raw/ui/kb_hex.xml

25 lines
1.2 KiB
XML
Raw Normal View History

2018-07-03 13:49:58 +08:00
<keyboard theme="keyboard" x="0" y="bottom" w="100%" h="30%">
2018-06-18 12:41:43 +08:00
<pages x="0" y="0" w="100%" h="100%" active="0">
2018-06-19 16:29:23 +08:00
<view name="upper" x="0" y="0" w="100%" h="100%" layout="rows:3 cols:6 spacing:2 margin:4">
<button repeat="300" name="0" text="0"/>
<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"/>
<button repeat="300" name="A" text="A"/>
<button repeat="300" name="B" text="B"/>
<button repeat="300" name="C" text="C"/>
<button repeat="300" name="D" text="D"/>
<button repeat="300" name="E" text="E"/>
<button repeat="300" name="F" text="F"/>
<button repeat="300" name="X" text="X"/>
2018-07-11 17:37:08 +08:00
<button repeat="300" name="key:backspace" style="1: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>