Top "Android-motionlayout" questions

Start motion scene programmatically

I have a motion layout with this layoutDescription: app:layoutDescription="@xml/scene" scene.xml <MotionScene xmlns:motion="http://schemas.…

android android-motionlayout
android:visibility changes to children of MotionLayout

I must be missing something with android:visibility changes within a motion layout. Here’s a simplified version of my …

android android-motionlayout
Is it possible to disable MotionLayout?

I'v got a Fragment that hosts a RecyclerView within a MotionLayout. On top of the recycler view I've got a …

android android-motionlayout
Problem with multiple Transitions in Android MotionLayout

I'm playing around with the MotionLayout in Android. I'm using the alpha 2 version. 'com.android.support.constraint:constraint-layout:2.0.0-alpha2' …

android android-layout animation android-motionlayout
MotionLayout: MotionScene OnClick overrides setOnClickListener

I'm just starting to play with MotionLayout. I have defined an activity layout using MotionLayout that uses a MotionScene to …

android android-motionlayout