[skip ci] feat: showOnlyLibrary button in Calendar

This commit is contained in:
ibo 2024-06-21 20:29:38 +02:00 committed by GitHub
parent ed24e64b78
commit 2f06ac6071
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 76 additions and 20 deletions

View file

@ -55,6 +55,15 @@
app:srcCompat="@drawable/ic_round_search_24"
app:tint="?attr/colorOnBackground" />
<ImageButton
android:id="@+id/listed"
android:layout_width="40dp"
android:layout_height="40dp"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/listed_in_library"
app:srcCompat="@drawable/ic_round_library_books_24"
app:tint="?attr/colorOnBackground" />
<ImageButton
android:id="@+id/random"
android:layout_width="40dp"