edge-to-edge-adaptive-ui
Installation
SKILL.md
Purpose
Modernize UI for current Android devices without content overlap, broken system bars or inaccessible layouts.
When to use
- Enabling edge-to-edge display.
- Fixing content hidden under status or navigation bars.
- Adding tablet, foldable or adaptive layouts.
- Improving Compose insets and window size behavior.
Inputs to inspect
MainActivity.kt- Theme and system bar setup
Scaffold, app bars and navigation bars- WindowInsets usage
- Adaptive layout breakpoints
- Dark mode and accessibility settings