File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1818 <item android : id =" @+id/find_prev"
1919 android : icon =" ?android:attr/findOnPagePreviousDrawable"
2020 android : showAsAction =" always"
21+ android : title =" @string/find_previous"
2122 />
2223 <item android : id =" @+id/find_next"
2324 android : icon =" ?android:attr/findOnPageNextDrawable"
2425 android : showAsAction =" always"
26+ android : title =" @string/find_next"
2527 />
2628</menu >
Original file line number Diff line number Diff line change 34953495 <string name =" find" >Find</string >
34963496 <!-- ActionBar action to use the current selection to perform a web search [CHAR-LIMIT=16] -->
34973497 <string name =" websearch" >Web Search</string >
3498+ <!-- ActionBar action to find the next match in the page [CHAR LIMIT=24] -->
3499+ <string name =" find_next" >Find next</string >
3500+ <!-- ActionBar action to find the previous match in the page [CHAR LIMIT=24] -->
3501+ <string name =" find_previous" >Find previous</string >
34983502
34993503 <!-- Network positioning notification ticker. The name of the user (e.g. John Doe) who sent
35003504 the request is shown as a dynamic string. -->
You can’t perform that action at this time.
0 commit comments