Implemented the saving and loading functionality of the queue from the server

This commit is contained in:
antonio 2023-03-13 22:55:56 +01:00
parent cbb6239b90
commit f5a3ba49cc
13 changed files with 223 additions and 16 deletions

View file

@ -60,6 +60,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="16dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="28dp"
android:visibility="gone">
<androidx.constraintlayout.widget.ConstraintLayout