I am implementing my own custom keyboard.
I use this tutorial for implementing keyboard
<?xml version="1.0" encoding="utf-8"?>
<Row>
<Key android:keyLabel="q" android:keyEdgeFlags="left"/>
<Key android:keyLabel="w"/>
<Key android:keyLabel="e"/>
<Key android:keyLabel="r"/>
<Key android:keyLabel="t"/>
<Key android:keyLabel="y"/>
<Key android:keyLabel="u"/>
<Key android:keyLabel="i"/>
<Key android:keyLabel="o"/>
<Key android:keyLabel="p" android:keyEdgeFlags="right"/>
</Row>
I want have 2 label on key button.The same as on image below (red):
How can I change the keyboard xml to have this? When we make the long click on button we should choose numbers instead of letters