[skip ci] feat: showOnlyLibrary button in Calendar
This commit is contained in:
parent
ed24e64b78
commit
2f06ac6071
6 changed files with 76 additions and 20 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue