Skill Wiki v0.1.0
pattern @android-compose/pattern-edge-to-edge-insets

Edge To Edge Insets

On Android 15+ activities are edge-to-edge by default — content draws behind the status bar and navigation bar, all the way to the screen edges.…

Skill
@android-compose
Domain
android-compose
Version
0.1.0
Quality
4.0
Edges
2 out · 2 in
Tokens
135/487/839
$ prime install @android-compose/pattern-edge-to-edge-insets

Projection

Always in _index.xml · the agent never has to ask for this.

EdgeToEdgeInsets [pattern] v0.1.0

On Android 15+ activities are edge-to-edge by default — content draws behind the status bar and navigation bar, all the way to the screen edges. The app must consume the system insets per component so interactive content is not hidden under the bars. Using Scaffold or applying Modifier.windowInsetsPadding(WindowInsets.systemBars) to specific containers gives the right result; setting a single padding around the whole app reintroduces a black band and defeats the visual.

Source

prime-system/examples/android-compose/primes/compiled/@android-compose/pattern-edge-to-edge-insets/atom.yaml

Compiled at 2026-05-10