Add strings for gesture navigation tutorial.

Added string resources needed for the gesture navigation tutorial.

Test: none.

Bug: 169687177
Change-Id: I75b863141954f6459693dfb6f16ed0d1fff9920d
This commit is contained in:
Schneider Victor-tulias
2021-03-24 15:06:15 -07:00
parent ea0463d243
commit 6062b851be
4 changed files with 66 additions and 51 deletions
@@ -38,7 +38,7 @@ final class HomeGestureTutorialController extends SwipeUpGestureTutorialControll
Integer getTitleStringId() {
switch (mTutorialType) {
case HOME_NAVIGATION:
return R.string.home_gesture_tutorial_playground_title;
return R.string.home_gesture_intro_title;
case HOME_NAVIGATION_COMPLETE:
return R.string.gesture_tutorial_confirm_title;
}
@@ -48,7 +48,7 @@ final class HomeGestureTutorialController extends SwipeUpGestureTutorialControll
@Override
Integer getSubtitleStringId() {
if (mTutorialType == TutorialType.HOME_NAVIGATION) {
return R.string.home_gesture_tutorial_playground_subtitle;
return R.string.home_gesture_intro_subtitle;
}
return null;
}