Skip to content

Commit 689c16e

Browse files
author
Jan Guegel
committed
fix icon of new menuItem to ic_save_vector
Signed-off-by: Jan Guegel <[email protected]>
1 parent fa72813 commit 689c16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/menu/menu_editor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
app:showAsAction="always" />
1616
<item
1717
android:id="@+id/menu_save_as"
18-
android:icon="@drawable/ic_print_vector"
18+
android:icon="@drawable/ic_save_vector"
1919
android:title="@string/save_as"
2020
app:showAsAction="ifRoom" />
2121
<item

0 commit comments

Comments
 (0)