Merge "Fix gesture navigation tutorial colors to match SUW colors." into tm-dev am: 72ef2ed094

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17127461

Change-Id: I577e80219191f793f89bd6af546d52b098661587
This commit is contained in:
TreeHugger Robot
2022-03-10 21:10:34 +00:00
committed by Automerger Merge Worker
10 changed files with 14 additions and 15 deletions
@@ -64,7 +64,7 @@ abstract class TutorialController implements BackGestureAttemptCallback,
private static final String TAG = "TutorialController";
private static final float FINGER_DOT_VISIBLE_ALPHA = 0.6f;
private static final float FINGER_DOT_VISIBLE_ALPHA = 0.7f;
private static final float FINGER_DOT_SMALL_SCALE = 0.7f;
private static final int FINGER_DOT_ANIMATION_DURATION_MILLIS = 500;