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

Link copied to clipboard
constructor(parent: Keyboard)
constructor(res: Resources, parent: Keyboard, parser: XmlResourceParser)

Properties

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