File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <menu xmlns : android =" http://schemas.android.com/apk/res/android" >
3+ <item
4+ android : actionViewClass =" android.widget.SearchView"
5+ android : icon =" @android:drawable/ic_menu_search"
6+ android : id =" @+id/home_activity_search"
7+ android : showAsAction =" ifRoom|collapseActionView"
8+ android : title =" @string/menu_search" />
9+ <item
10+ android : icon =" @android:drawable/ic_media_play"
11+ android : id =" @+id/home_activity_start"
12+ android : showAsAction =" ifRoom"
13+ android : title =" @string/menu_start" />
14+ <item
15+ android : icon =" @android:drawable/ic_menu_close_clear_cancel"
16+ android : id =" @+id/home_activity_reset"
17+ android : title =" @string/menu_reset" />
18+ <item
19+ android : icon =" @android:drawable/ic_menu_preferences"
20+ android : id =" @+id/home_activity_settings"
21+ android : title =" @string/menu_settings" />
22+ <item
23+ android : icon =" @android:drawable/ic_menu_help"
24+ android : id =" @+id/home_activity_help"
25+ android : title =" @string/menu_help" />
26+ <item
27+ android : icon =" @android:drawable/ic_lock_power_off"
28+ android : id =" @+id/home_activity_quit"
29+ android : title =" @string/menu_quit" />
30+ </menu >
You can’t perform that action at this time.
0 commit comments