File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 11<menu xmlns : android =" http://schemas.android.com/apk/res/android" >
2- <group
3- android : id =" @+id/drawer_main" >
2+ <group android : id =" @+id/drawer_main" >
43 <item
54 android : id =" @+id/action_home"
65 android : icon =" @drawable/ic_home_black_24dp"
1110 android : icon =" @drawable/ic_location_black_24dp"
1211 android : title =" @string/navigation_item_nearby" />
1312 </group >
14- <group
15- android : id =" @+id/drawer_account"
16- >
13+ <group android : id =" @+id/drawer_account" >
1714 <item
1815 android : id =" @+id/action_notifications"
1916 android : icon =" @drawable/ic_notifications_black_24dp"
2623 android : title =" @string/navigation_item_settings" />
2724
2825 </group >
29- <group
30- android : id =" @+id/drawer_contact"
31- >
26+ <group android : id =" @+id/drawer_contact" >
3227 <item
3328 android : id =" @+id/action_about"
3429 android : icon =" @drawable/ic_info_outline_black_24dp"
4641
4742 </group >
4843
49- <group
50- android : id =" @+id/drawer_logout"
51- >
52- <item
53- android : id =" @+id/action_logout"
54- android : icon =" @drawable/ic_exit_to_app_black_24dp"
55- android : title =" @string/navigation_item_logout" />
44+ <group android : id =" @+id/drawer_logout" >
45+ <item
46+ android : id =" @+id/action_logout"
47+ android : icon =" @drawable/ic_exit_to_app_black_24dp"
48+ android : title =" @string/navigation_item_logout" />
5649 </group >
5750</menu >
You can’t perform that action at this time.
0 commit comments