futokb/java/assets/layouts/Special/error.yaml
Aleksandras Kostarevas 2e883781d5 Refactor layout definition system
Layouts are now defined in yaml files at latinime/java/assets/layouts. The new system makes simple layouts significantly easier to add.

Many layouts still need to be ported over to the new system and some bugs still remain. The old layout system and XML layouts will need to be removed.
2024-08-24 11:06:54 +03:00

22 lines
574 B
YAML

name: Error Layout
numberRowMode: AlwaysDisabled
attributes:
width: Grow
showPopup: false
moreKeyMode: OnlyExplicit
useKeySpecShortcut: false
style: NoBackground
longPressEnabled: true
labelFlags:
followKeyLabelRatio: true
alignLabelOffCenter: false
hasHintLabel: false
autoXScale: true
rows:
- letters:
- {type: base, spec: "View layout error details|!code/action_bugs"}
splittable: false
- bottom:
- {type: base, spec: "Switch language|!code/action_switch_language"}
attributes: { style: Action }
splittable: false