Skip to content

Commit f98db0d

Browse files
jreckAndroid (Google) Code Review
authored andcommitted
Merge "Improve find on page accessibility" into jb-mr1-dev
2 parents 2c0feea + 26d48a7 commit f98db0d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

core/res/res/menu/webview_find.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
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>

core/res/res/values/strings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3495,6 +3495,10 @@
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. -->

0 commit comments

Comments
 (0)