mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-23 12:00:15 +01:00
fix #482, do not show the "Remove done items" at checklists as an icon
This commit is contained in:
parent
4873fed83f
commit
72a17c65d8
@ -38,9 +38,8 @@
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/remove_done_items"
|
||||
android:icon="@drawable/ic_delete_vector"
|
||||
android:title="@string/remove_done_items"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/sort_checklist"
|
||||
android:icon="@drawable/ic_sort_vector"
|
||||
|
Loading…
x
Reference in New Issue
Block a user