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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user