CardReadTest/app/src/main/res/xml/keyboard_number.xml

1 line
1.9 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
android:horizontalGap="4dp"
android:keyWidth="120dp"
android:keyHeight="50dp"
android:verticalGap="4dp">
       
<Row>             
<Key
android:codes="49"
android:keyLabel="1" />
               
<Key
android:codes="50"
android:keyLabel="2" />
               
<Key
android:codes="51"
android:keyLabel="3" />
</Row>
       
<Row>             
<Key
android:codes="52"
android:keyLabel="4" />
               
<Key
android:codes="53"
android:keyLabel="5" />
               
<Key
android:codes="54"
android:keyLabel="6" /> 
</Row>
       
<Row>           
<Key
android:codes="55"
android:keyLabel="7" />
               
<Key
android:codes="56"
android:keyLabel="8" />
               
<Key
android:codes="57"
android:keyLabel="9" />
</Row>
       
<Row android:rowEdgeFlags="bottom">
<Key
android:codes="-3"
android:keyHeight="104dp"
android:keyEdgeFlags="left"
android:keyLabel="Cancel" />
<Key
android:codes="48"
android:keyLabel="0" />
<Key
android:codes="-4"
android:keyHeight="104dp"
android:keyEdgeFlags="right"
android:keyLabel="Confirm" />
</Row>
<Row>
<Key android:horizontalGap="108dp"
android:codes="-5"
android:keyWidth="104dp"
android:keyIcon="@mipmap/icon_delete" />
</Row>
</Keyboard>