File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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"
33 xmlns : app =" http://schemas.android.com/apk/res-auto" >
4+
45 <item
56 android : id =" @+id/search"
67 android : icon =" @drawable/action_search"
78 android : title =" @string/search"
8- app : showAsAction =" always|collapseActionView"
9- app : actionViewClass =" android.support.v7.widget.SearchView" />
9+ app : actionViewClass =" android.support.v7.widget.SearchView"
10+ app : showAsAction =" always|collapseActionView" />
11+
1012 <item
1113 android : id =" @+id/filter"
12- android : icon =" @drawable/filter "
13- android : title =" @string/issue_filter "
14+ android : icon =" @drawable/overflow_horizontal "
15+ android : title =" @string/filter_and_sort "
1416 app : showAsAction =" ifRoom" />
17+
1518</menu >
Original file line number Diff line number Diff line change 165165 <string name =" repo_sort_order_creation_asc" >Oldest</string >
166166 <string name =" repo_sort_order_pushed_desc" >Most recently pushed</string >
167167 <string name =" repo_sort_order_pushed_asc" >Least recently pushed</string >
168+ <string name =" filter_and_sort" >Filter and Sort</string >
168169
169170 <string name =" no_blogs_found" >No blogs found.</string >
170171 <string name =" no_comments_found" >Nobody has commented so far.</string >
You can’t perform that action at this time.
0 commit comments