feat(typing): add English autocomplete and Chinese candidate expand panel
Offline English lexicon suggestions with autocapitalization, plus a same-height Chinese more-candidates grid over the key area.
This commit is contained in:
@@ -9,5 +9,7 @@ public enum KeyboardChromeLayout {
|
||||
public static let totalHeight: CGFloat = 281
|
||||
public static let actionKeyHeight: CGFloat = 50
|
||||
public static let actionKeyCornerRadius: CGFloat = 10
|
||||
/// Fixed width for the two side keys in every three-key bottom row.
|
||||
public static let sideActionKeyWidth: CGFloat = 86
|
||||
public static let horizontalInset: CGFloat = 8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user