Row

open class Row

Container for keys in the keyboard. All keys in a row are at the same Y-coordinate. Some of the key size defaults can be overridden per row from what the Keyboard defines.

Constructors

Row
Link copied to clipboard
open fun Row(parent: Keyboard)
Row
Link copied to clipboard
open fun Row(res: Resources, parent: Keyboard, parser: XmlResourceParser)

Properties

defaultHeight
Link copied to clipboard
open val defaultHeight: Int
Default height of a key in this row.
defaultHorizontalGap
Link copied to clipboard
open val defaultHorizontalGap: Int
Default horizontal gap between keys in this row.
defaultWidth
Link copied to clipboard
open val defaultWidth: Int
Default width of a key in this row.
mode
Link copied to clipboard
open val mode: Int
The keyboard mode for this row
rowEdgeFlags
Link copied to clipboard
open val rowEdgeFlags: Int
Edge flags for this row of keys.
verticalGap
Link copied to clipboard
open val verticalGap: Int
Vertical gap following this row.