This repository was archived by the owner on Jul 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
ConstraintLayoutExamples/motionlayout/src/main/res Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments