Loading quickstep/res/raw/home_gesture_tutorial_animation.json +1 −1 File changed.File size exceeds preview limit. View original file View changed file quickstep/res/raw/home_gesture_tutorial_open_foldable_animation.json +1 −1 File changed.File size exceeds preview limit. View original file View changed file quickstep/res/raw/home_gesture_tutorial_tablet_animation.json +1 −1 File changed.File size exceeds preview limit. View original file View changed file quickstep/res/values/colors.xml +9 −8 Original line number Diff line number Diff line Loading @@ -43,14 +43,15 @@ <color name="gesture_tutorial_taskbar_color">#E8EAED</color> <!-- Redesigned gesture navigation tutorial --> <color name="gesture_home_tutorial_background">#FFAD91</color> <color name="gesture_home_tutorial_swipe_up_rect">#3857C7</color> <color name="gesture_back_tutorial_exiting_app">#F9A2B9</color> <color name="gesture_back_tutorial_background">#3857C7</color> <color name="gesture_overview_tutorial_background">#DFF3AF</color> <color name="gesture_overview_tutorial_swipe_rect">#7E44AD</color> <color name="gesture_overview_background">#BFC8CB</color> <color name="gesture_tutorial_menu_background">#1C1B1F</color> <color name="gesture_home_tutorial_background">#FFAD91</color> <!-- Light Orange --> <color name="gesture_tutorial_workspace_background">#4B64AE</color> <!-- Indigo Blue --> <color name="gesture_home_tutorial_arrow">#DBF59E</color> <!-- Lime Green --> <color name="gesture_back_tutorial_exiting_app">#F9A2B9</color> <!-- Pink --> <color name="gesture_back_tutorial_instructional_shape">#217500</color> <!-- Green --> <color name="gesture_overview_tutorial_background">#DFF3AF</color> <!-- Light Green --> <color name="gesture_overview_tutorial_swipe_rect">#7E44AD</color> <!-- Purple --> <color name="gesture_overview_background">#CABCD6</color> <!-- Light Purple --> <color name="gesture_tutorial_menu_background">#1C1B1F</color> <!-- Black --> <!-- Mock hotseat --> <color name="mock_app_icon">#BDC1C6</color> Loading quickstep/src/com/android/quickstep/interaction/BackGestureTutorialController.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ final class BackGestureTutorialController extends TutorialController { @Override protected int getSwipeActionColorResId() { return R.color.gesture_back_tutorial_background; return R.color.gesture_tutorial_workspace_background; } @Override Loading Loading
quickstep/res/raw/home_gesture_tutorial_animation.json +1 −1 File changed.File size exceeds preview limit. View original file View changed file
quickstep/res/raw/home_gesture_tutorial_open_foldable_animation.json +1 −1 File changed.File size exceeds preview limit. View original file View changed file
quickstep/res/raw/home_gesture_tutorial_tablet_animation.json +1 −1 File changed.File size exceeds preview limit. View original file View changed file
quickstep/res/values/colors.xml +9 −8 Original line number Diff line number Diff line Loading @@ -43,14 +43,15 @@ <color name="gesture_tutorial_taskbar_color">#E8EAED</color> <!-- Redesigned gesture navigation tutorial --> <color name="gesture_home_tutorial_background">#FFAD91</color> <color name="gesture_home_tutorial_swipe_up_rect">#3857C7</color> <color name="gesture_back_tutorial_exiting_app">#F9A2B9</color> <color name="gesture_back_tutorial_background">#3857C7</color> <color name="gesture_overview_tutorial_background">#DFF3AF</color> <color name="gesture_overview_tutorial_swipe_rect">#7E44AD</color> <color name="gesture_overview_background">#BFC8CB</color> <color name="gesture_tutorial_menu_background">#1C1B1F</color> <color name="gesture_home_tutorial_background">#FFAD91</color> <!-- Light Orange --> <color name="gesture_tutorial_workspace_background">#4B64AE</color> <!-- Indigo Blue --> <color name="gesture_home_tutorial_arrow">#DBF59E</color> <!-- Lime Green --> <color name="gesture_back_tutorial_exiting_app">#F9A2B9</color> <!-- Pink --> <color name="gesture_back_tutorial_instructional_shape">#217500</color> <!-- Green --> <color name="gesture_overview_tutorial_background">#DFF3AF</color> <!-- Light Green --> <color name="gesture_overview_tutorial_swipe_rect">#7E44AD</color> <!-- Purple --> <color name="gesture_overview_background">#CABCD6</color> <!-- Light Purple --> <color name="gesture_tutorial_menu_background">#1C1B1F</color> <!-- Black --> <!-- Mock hotseat --> <color name="mock_app_icon">#BDC1C6</color> Loading
quickstep/src/com/android/quickstep/interaction/BackGestureTutorialController.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ final class BackGestureTutorialController extends TutorialController { @Override protected int getSwipeActionColorResId() { return R.color.gesture_back_tutorial_background; return R.color.gesture_tutorial_workspace_background; } @Override Loading