diff --git a/res/layout/accessibility_settings_for_suw.xml b/res/layout/accessibility_settings_for_suw.xml
index a02c516cf35..d5668118169 100644
--- a/res/layout/accessibility_settings_for_suw.xml
+++ b/res/layout/accessibility_settings_for_suw.xml
@@ -30,6 +30,7 @@
android:id="@+id/suw_navigation_bar"
style="@style/SuwNavBarTheme"
android:layout_width="match_parent"
- android:layout_height="@dimen/suw_navbar_height" />
+ android:layout_height="@dimen/suw_navbar_height"
+ android:accessibilityTraversalAfter="@id/suw_main_content" />
diff --git a/res/layout/preview_seek_bar_view_pager.xml b/res/layout/preview_seek_bar_view_pager.xml
index d6c1698b4e9..45c050e6e53 100644
--- a/res/layout/preview_seek_bar_view_pager.xml
+++ b/res/layout/preview_seek_bar_view_pager.xml
@@ -36,6 +36,7 @@
android:gravity="start|center"
android:text="@string/screen_zoom_preview_title"
android:textAppearance="@android:style/TextAppearance.Material.Widget.ActionBar.Title"
- android:textColor="@color/seek_bar_preference_preview_text" />
+ android:textColor="@color/seek_bar_preference_preview_text"
+ android:accessibilityTraversalBefore="@id/preview_pager"/>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4992d6b316d..ca02bdc235f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -148,7 +148,7 @@
Erase SD card
- Preview screen %1$d of %2$d
+ Preview, page %1$d of %2$d
Make the text on screen smaller or larger.
@@ -3840,7 +3840,7 @@
Tap 3 times to zoom
- To zoom in and out tap the screen 3 times with one finger.\n\nWhile zoomed in, you can:\n\n- Scroll: Drag 2 or more fingers across the screen
\n- Adjust zoom level: Pinch 2 or more fingers together or spread them apart
\n\nTo zoom temporarily, tap 3 times and hold on the last tap. While holding your finger down, drag to move around the screen. Lift your finger to zoom back out.\n\nNote: Magnification gesture works everywhere except the keyboard and navigation bar.
+ To zoom, quickly tap the screen 3 times with one finger.\n- Drag 2 or more fingers to scroll
\n- Pinch 2 or more fingers together or apart to adjust zoom
\n\nTo zoom temporarily, quickly tap the screen 3 times and hold down your finger on the third tap.\n- Drag your finger to move around the screen
\n- Lift your finger to zoom out
\n\nYou can\'t zoom in on the keyboard and navigation bar.
Accessibility shortcut