File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 android : id =" @+id/cab_edit"
88 android : icon =" @drawable/ic_edit_vector"
99 android : title =" @string/edit_contact"
10- app : showAsAction =" ifRoom " />
10+ app : showAsAction =" always " />
1111 <item
1212 android : id =" @+id/cab_add_to_favorites"
1313 android : icon =" @drawable/ic_star_vector"
1414 android : title =" @string/add_to_favorites"
15- app : showAsAction =" ifRoom " />
15+ app : showAsAction =" always " />
1616 <item
1717 android : id =" @+id/cab_add_to_group"
1818 android : icon =" @drawable/ic_group_add_vector"
1919 android : title =" @string/add_to_group"
20- app : showAsAction =" ifRoom " />
20+ app : showAsAction =" always " />
2121 <item
2222 android : id =" @+id/cab_share"
2323 android : icon =" @drawable/ic_share_vector"
Original file line number Diff line number Diff line change 55 android : id =" @+id/cab_rename"
66 android : icon =" @drawable/ic_rename_vector"
77 android : title =" @string/rename"
8- app : showAsAction =" ifRoom " />
8+ app : showAsAction =" always " />
99 <item
1010 android : id =" @+id/cab_select_all"
1111 android : icon =" @drawable/ic_select_all_vector"
1212 android : title =" @string/select_all"
13- app : showAsAction =" ifRoom " />
13+ app : showAsAction =" always " />
1414 <item
1515 android : id =" @+id/cab_delete"
1616 android : icon =" @drawable/ic_delete_vector"
1717 android : title =" @string/delete"
18- app : showAsAction =" ifRoom " />
18+ app : showAsAction =" always " />
1919</menu >
You can’t perform that action at this time.
0 commit comments