File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<item android : id =" @+id/nav_events"
6
6
android : icon =" @drawable/events"
7
7
android : title =" @string/nav_item_events" />
8
+ <item android : id =" @+id/nav_my_profile"
9
+ android : icon =" @drawable/ic_check_circle_nav_menu"
10
+ android : title =" @string/nav_item_my_summit"
11
+ android : visible =" false" />
8
12
<item android : id =" @+id/nav_venues"
9
13
android : icon =" @drawable/venues"
10
14
android : title =" @string/nav_item_venues" />
19
23
<item android : id =" @+id/nav_about"
20
24
android : icon =" @drawable/about"
21
25
android : title =" @string/nav_item_about" />
22
- <item android : id =" @+id/nav_my_profile"
23
- android : icon =" @drawable/ic_check_circle_nav_menu"
24
- android : title =" @string/nav_item_my_summit"
25
- android : visible =" false" />
26
26
</group >
27
27
</menu >
You can’t perform that action at this time.
0 commit comments