File tree Expand file tree Collapse file tree 7 files changed +19
-7
lines changed Expand file tree Collapse file tree 7 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 22<menu xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 xmlns : tools =" http://schemas.android.com/tools"
5- tools : ignore =" AppCompatResource" >
5+ tools : ignore =" AppCompatResource,AlwaysShowAction " >
66 <item
77 android : id =" @+id/cab_edit"
88 android : icon =" @drawable/ic_edit_vector"
9+ android : showAsAction =" always"
910 android : title =" @string/edit_contact"
1011 app : showAsAction =" always" />
1112 <item
1213 android : id =" @+id/cab_add_to_favorites"
1314 android : icon =" @drawable/ic_star_vector"
15+ android : showAsAction =" always"
1416 android : title =" @string/add_to_favorites"
1517 app : showAsAction =" always" />
1618 <item
1719 android : id =" @+id/cab_add_to_group"
1820 android : icon =" @drawable/ic_group_add_vector"
21+ android : showAsAction =" always"
1922 android : title =" @string/add_to_group"
2023 app : showAsAction =" always" />
2124 <item
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<menu xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : app =" http://schemas.android.com/apk/res-auto" >
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ xmlns : tools =" http://schemas.android.com/tools"
5+ tools : ignore =" AppCompatResource,AlwaysShowAction" >
46 <item
57 android : id =" @+id/cab_rename"
68 android : icon =" @drawable/ic_rename_vector"
9+ android : showAsAction =" always"
710 android : title =" @string/rename"
811 app : showAsAction =" always" />
912 <item
1013 android : id =" @+id/cab_select_all"
1114 android : icon =" @drawable/ic_select_all_vector"
15+ android : showAsAction =" always"
1216 android : title =" @string/select_all"
1317 app : showAsAction =" always" />
1418 <item
1519 android : id =" @+id/cab_delete"
1620 android : icon =" @drawable/ic_delete_vector"
21+ android : showAsAction =" always"
1722 android : title =" @string/delete"
1823 app : showAsAction =" always" />
1924</menu >
Original file line number Diff line number Diff line change 22<menu xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 xmlns : tools =" http://schemas.android.com/tools"
5- tools : ignore =" AppCompatResource" >
5+ tools : ignore =" AppCompatResource,AlwaysShowAction " >
66 <item
77 android : id =" @+id/search"
88 android : icon =" @drawable/ic_search_vector"
Original file line number Diff line number Diff line change 22<menu xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 xmlns : tools =" http://schemas.android.com/tools"
5- tools : ignore =" AppCompatResource" >
5+ tools : ignore =" AppCompatResource,AlwaysShowAction " >
66 <item
77 android : id =" @+id/save"
88 android : icon =" @drawable/ic_check_vector"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<menu xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : app =" http://schemas.android.com/apk/res-auto" >
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ xmlns : tools =" http://schemas.android.com/tools"
5+ tools : ignore =" AppCompatResource,AlwaysShowAction" >
46 <item
57 android : id =" @+id/assign_ringtone_to_group"
68 android : icon =" @drawable/ic_bell_vector"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<menu xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : app =" http://schemas.android.com/apk/res-auto" >
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ xmlns : tools =" http://schemas.android.com/tools"
5+ tools : ignore =" AppCompatResource,AlwaysShowAction" >
46 <item
57 android : id =" @+id/search"
68 android : icon =" @drawable/ic_search_vector"
Original file line number Diff line number Diff line change 22<menu xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 xmlns : tools =" http://schemas.android.com/tools"
5- tools : ignore =" AppCompatResource" >
5+ tools : ignore =" AppCompatResource,AlwaysShowAction " >
66 <item
77 android : id =" @+id/edit"
88 android : icon =" @drawable/ic_edit_vector"
You can’t perform that action at this time.
0 commit comments