See Also: Keyboard Members
Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard consists of rows of keys.
xml Example
<Keyboard
android:keyWidth="%10p"
android:keyHeight="50px"
android:horizontalGap="2px"
android:verticalGap="2px" >
<Row android:keyWidth="32px" >
<Key android:keyLabel="A" />
...
</Row>
...
</Keyboard>
The layout file for a keyboard contains XML that looks like the following snippet: