Replace checklist menu drawable

This commit is contained in:
TacoTheDank 2022-04-14 15:52:14 -04:00
parent 421e145f02
commit a269e7218d
3 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@
<item
android:id="@+id/action_toggle_all"
android:icon="@drawable/ic_list_check"
android:icon="@drawable/ic_checklist"
android:title="@string/toggle_all"
app:showAsAction="ifRoom" />
</menu>