android-edge-to-edge
Installation
SKILL.md
Edge-to-Edge Migration
Priority: P1
Structured workflow for migrating a Compose app to edge-to-edge display.
Prerequisites
- Project MUST use Jetpack Compose.
- Project MUST target SDK 35+. If lower, increase
compileSdkto 35.
Step 1: Plan
- Locate all Activity classes. For each without
enableEdgeToEdge(), plan to add it. - In each Activity, find all lists, FABs, and text fields that need inset handling.
- If
TextField/OutlinedTextFieldis present, plan IME inset handling.