Auxio/.gitignore
OxygenCobalt a4fa8a84fa
queue: reimplement with bottom sheet
Re-implement the queue, now leveraging a bottom sheet too.

This makes the queue much easier to open, and actually plays along with
the new transition system. I really hope this doesn't have a stupid
gotcha that ruins the UX. Please. Please. Please.
2022-07-29 14:40:58 -06:00

17 lines
144 B
Text

# Gradle
.gradle
local.properties
build/
release/
srclibs/
libs/
# Studio
.idea/
.DS_Store/
captures/
# Other
.externalNativeBuild
*.iml
.cxx