mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 06:11:05 +00:00
feat: filter lists by genre
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user