fix: moved existing functionality to fab buttons, removed queue text/button from top

This commit is contained in:
eddyizm 2025-11-25 15:48:48 -08:00
parent 0df7346a14
commit 732b6ad09d
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
2 changed files with 52 additions and 68 deletions

View file

@ -6,15 +6,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/player_clean_queue_button"
style="@style/TitleMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:gravity="center"
android:text="@string/player_queue_clean_all_button" />
<com.cappielloantonio.tempo.helper.recyclerview.NestedScrollableHost
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -23,7 +14,6 @@
android:id="@+id/player_queue_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="40dp"
android:paddingTop="8dp"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />