feat(android): add status pill overlay

This commit is contained in:
Peter Steinberger
2025-12-17 22:00:12 +01:00
parent d4b3d504e4
commit e6ba373d08
3 changed files with 155 additions and 16 deletions

View File

@@ -55,6 +55,7 @@ dependencies {
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.navigation:navigation-compose:2.9.6")
debugImplementation("androidx.compose.ui:ui-tooling")