feat: Now Playing screen MVP (nb. layout xml and Compose UI are two different sources)

This commit is contained in:
2026-05-14 00:44:43 +02:00
parent 395609791f
commit 26115f773f
23 changed files with 885 additions and 1 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Gradle / Android
.gradle/
build/
**/build/
local.properties
*.iml
.idea/
.DS_Store
captures/
*.apk
*.ap_
*.aab