File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 66 android : icon =" @drawable/ic_save_vector"
77 android : title =" @string/save"
88 app : showAsAction =" always" />
9- <item
10- android : id =" @+id/undo"
11- android : icon =" @drawable/ic_undo_vector"
12- android : title =" @string/undo"
13- app : showAsAction =" always" />
14- <item
15- android : id =" @+id/redo"
16- android : icon =" @drawable/ic_redo_vector"
17- android : title =" @string/redo"
18- app : showAsAction =" always" />
199 <item
2010 android : id =" @+id/open_search"
2111 android : icon =" @drawable/ic_search_vector"
3020 android : id =" @+id/new_note"
3121 android : icon =" @drawable/ic_plus_vector"
3222 android : title =" @string/create_new_note"
23+ app : showAsAction =" always" />
24+ <item
25+ android : id =" @+id/undo"
26+ android : icon =" @drawable/ic_undo_vector"
27+ android : title =" @string/undo"
28+ app : showAsAction =" ifRoom" />
29+ <item
30+ android : id =" @+id/redo"
31+ android : icon =" @drawable/ic_redo_vector"
32+ android : title =" @string/redo"
3333 app : showAsAction =" ifRoom" />
3434 <item
3535 android : id =" @+id/rename_note"
You can’t perform that action at this time.
0 commit comments