Skip to content

Commit

Permalink
Merge pull request #72 from Aga-C/replace-edit-icon
Browse files Browse the repository at this point in the history
Replaced checklist's edit icon (#71)
  • Loading branch information
naveensingh authored Sep 29, 2024
2 parents 1e58e72 + deece39 commit a9897c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/menu/cab_checklist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
app:showAsAction="always" />
<item
android:id="@+id/cab_rename"
android:icon="@drawable/ic_rename_vector"
android:icon="@drawable/ic_edit_vector"
android:showAsAction="always"
android:title="@string/rename"
app:showAsAction="always" />
Expand Down

0 comments on commit a9897c1

Please sign in to comment.