Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
To tile a background in Jetpack Compose requires using a
DrawScope
command and manually performing maths to achieve tiling.Its desirable to have connivence methods to expose tiling in an x/y direction or both.
This is a request similar to what CSS offers: background-repeat .
Where the options for repeating are as follows:
For example, something like this but potentially with built-in support for x/y, and how it should repeat with spacing/stretching etc.