feat: filter lists by genre
This commit is contained in:
parent
ff036165df
commit
9e371778b7
5 changed files with 46 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue