androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.07k stars 177 forks source link

fix relative motion support #632

Closed jafu888 closed 2 years ago

jafu888 commented 2 years ago

Still need cleanup and
image more testing

jafu888 commented 2 years ago

Now circular: ['box1', 900, 70], Now setting high rotations can be use to influence animation https://user-images.githubusercontent.com/15019413/174113813-b39e294c-f6f2-41af-9a92-034c3271cbc8.mp4

jswong65 commented 2 years ago

Core / Assemble checks failed. Could you please fix it

/home/runner/work/constraintlayout/constraintlayout/constraintlayout/core/src/main/java/androidx/constraintlayout/core/motion/Motion.java:34: error: cannot find symbol
import androidx.constraintlayout.core.motion.utils.Nullable;
> Task :core:compileJava
                                                  ^
  symbol:   class Nullable
  location: package androidx.constraintlayout.core.motion.utils
/home/runner/work/constraintlayout/constraintlayout/constraintlayout/core/src/main/java/androidx/constraintlayout/core/motion/Motion.java:241: error: cannot find symbol
    @Nullable
     ^
  symbol:   class Nullable
  location: class Motion

https://github.com/androidx/constraintlayout/runs/6941085866?check_suite_focus=true