Added Shuffle fab in songs, albums & artist tab

This commit is contained in:
Prathamesh More 2021-09-23 20:56:30 +05:30
parent c80293f33a
commit 6e081f30c0
10 changed files with 90 additions and 5 deletions

View file

@ -78,4 +78,13 @@
android:textColor="?android:attr/textColorSecondary"
tools:visibility="visible" />
</LinearLayout>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/shuffle_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
app:srcCompat="@drawable/ic_shuffle"
android:layout_marginBottom="116dp"
android:layout_marginHorizontal="16dp"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>