Update gesture navigation tutorial.

- Updated gesture navigation feedback videos.
- Added feedback motion loop videos.
- Updated strings.
- Added alternate strings for when the user launches tutorial steps from the Tips app.

Test: manual
bug: 169687177
Change-Id: I87d475e1510a25ffefea14dbd0b224a063e7cad8
This commit is contained in:
Schneider Victor-tulias
2021-04-28 12:11:11 -07:00
committed by Andy Wickham
parent e1a2ea769f
commit e3af6c6513
34 changed files with 7210 additions and 2442 deletions

View File

@@ -277,8 +277,8 @@ public class DeveloperOptionsFragment extends PreferenceFragmentCompat {
startActivity(launchSandboxIntent.putExtra(
"tutorial_steps",
new String[] {
"LEFT_EDGE_BACK_NAVIGATION",
"HOME_NAVIGATION",
"LEFT_EDGE_BACK_NAVIGATION",
"OVERVIEW_NAVIGATION"}));
return true;
});