Adding touchpad back gesture animation to tutorial screen

- adding lottie-compose dependency
- adding Lottie animation
- overriding colors in animation
- creating TutorialScreenColors that contains all adjustable colors

Bug: 346579074
Test: Open back gesture screen and see beautiful moving animation with tertiary color schema
Flag: com.android.systemui.shared.new_touchpad_gestures_tutorial
Change-Id: I985f68c6790744f14f5caf0a3ae527aad0a0794c
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index a17076b..33cff2a 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -569,6 +569,7 @@
         "jsr305",
         "jsr330",
         "lottie",
+        "lottie_compose",
         "LowLightDreamLib",
         "TraceurCommon",
         "//frameworks/libs/systemui:motion_tool_lib",
@@ -726,6 +727,7 @@
         "truth",
         "monet",
         "libmonet",
+        "lottie_compose",
         "dagger2",
         "jsr330",
         "WindowManager-Shell",