gyscos / gyscos/cursive

[Suggestion] Line wrap layout

Open
#372 3 comments 0 reactions 0 assignees View on GitHub
enhancement views
Dominant language
Rust
Stars
4.8k
Forks
270
Avg merge
5d 19h
Merged PRs (30d)
2

Description

I have a suggestion

# Problem description

LinearLayout::horizontal print items like this (screen width: 30, A~E has 12 width)

| A | | B | | C | | D | | E |
| A | | B | | C | | D | | E |

It can look better when Layout do line wrap for its children

| A | | A | | B | | B |
| C | | C | | D | | D |
| E | | E |

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.