Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit b18e924

Browse files
committed
Change progress to motionProgress
1 parent a20f75d commit b18e924

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

ConstraintLayoutExamples/motionlayout/src/main/res/layout/motion_23_parallax.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
android:id="@+id/motionLayout"
55
app:layoutDescription="@xml/scene_23"
66
android:layout_width="match_parent"
7-
app:progress="0"
7+
app:motionProgress="0"
88
android:layout_height="230dp">
99

1010
<com.airbnb.lottie.LottieAnimationView

ConstraintLayoutExamples/motionlayout/src/main/res/xml/scene_17.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
android:layout_width="match_parent"
4949
android:layout_height="56dp"
5050
motion:layout_constraintTop_toTopOf="parent"
51-
motion:progress="1" />
51+
motion:motionProgress="1" />
5252

5353
<Constraint
5454
android:id="@id/scrollable"

ConstraintLayoutExamples/motionlayout/src/main/res/xml/scene_18.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
android:layout_width="match_parent"
6060
android:layout_height="56dp"
6161
motion:layout_constraintTop_toTopOf="parent"
62-
motion:progress="1" />
62+
motion:motionProgress="1" />
6363

6464
<Constraint
6565
android:id="@id/scrollable"

ConstraintLayoutExamples/motionlayout/src/main/res/xml/scene_19.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
android:layout_width="match_parent"
6060
android:layout_height="56dp"
6161
motion:layout_constraintTop_toTopOf="parent"
62-
motion:progress="1" />
62+
motion:motionProgress="1" />
6363

6464
<Constraint
6565
android:id="@id/scrollable"

ConstraintLayoutExamples/motionlayout/src/main/res/xml/scene_23.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
android:id="@id/animation_view"
2727
android:layout_width="match_parent"
2828
android:layout_height="match_parent"
29-
motion:progress="0"/>
29+
motion:motionProgress="0"/>
3030
</ConstraintSet>
3131

3232
<ConstraintSet android:id="@+id/end">
3333
<Constraint
3434
android:id="@id/animation_view"
3535
android:layout_width="match_parent"
3636
android:layout_height="match_parent"
37-
motion:progress="1"/>
37+
motion:motionProgress="1"/>
3838
</ConstraintSet>
3939

4040
</MotionScene>

ConstraintLayoutExamples/motionlayout/src/main/res/xml/scene_25.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
android:layout_width="match_parent"
6969
android:layout_height="56dp"
7070
motion:layout_constraintTop_toTopOf="parent"
71-
motion:progress="1" />
71+
motion:motionProgress="1" />
7272

7373
<Constraint
7474
android:id="@id/scrollable"

0 commit comments

Comments
 (0)