-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds three-panel layout configuration option.
This change is designed to be backward-compatible with existing LitCanonicalLayouts, i.e., the two-panel layouts with upper/lower sections. It is now possible to have four different LIT layouts configurations, all of which support tabbing: * Single-panel: As before, define only the `upper=` parameter for the layout. * Two-panel, upper/lower: As before, define the `upper=` and `lower=` parameters of your layout. * Two-panel, left/right: New in this version, define the `left=` and `upper=` parameters of your layout. The `upper=` section will be shown on the right. * Three-panel: New in this version, define the `left=`, `upper=`, and `lower=` parameters of your layout. The `upper=` and `lower=` sections will be shown on the right. PiperOrigin-RevId: 558207202
- Loading branch information
1 parent
d19ed85
commit a95ed67
Showing
12 changed files
with
524 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.