feat: filter lists by genre

This commit is contained in:
rebelonion 2024-03-14 15:51:40 -05:00
parent ff036165df
commit 9e371778b7
5 changed files with 46 additions and 2 deletions

View file

@ -55,6 +55,15 @@
app:srcCompat="@drawable/ic_shuffle_24"
app:tint="?attr/colorOnBackground" />
<ImageButton
android:id="@+id/filter"
android:layout_width="48dp"
android:layout_height="48dp"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/filter"
app:srcCompat="@drawable/ic_round_filter_alt_24"
app:tint="?attr/colorOnBackground" />
<ImageButton
android:id="@+id/listSort"
android:layout_width="48dp"