This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree 2 files changed +5
-3
lines changed
constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget
projects/MotionLayoutVerification/app/src/main
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 58
58
import androidx .constraintlayout .widget .ConstraintSet ;
59
59
import androidx .constraintlayout .widget .Constraints ;
60
60
import androidx .constraintlayout .widget .R ;
61
+ import androidx .core .view .NestedScrollingParent3 ;
61
62
import androidx .core .view .ViewCompat ;
62
63
63
64
import java .util .ArrayList ;
726
727
* (used to talk to nested ConstraintLayouts etc.)</td>
727
728
* </tr>
728
729
* <tr>
729
- * <td>[standard view attributes]</td>
730
- * <td>A collection of post layout view attributes see below</td>
730
+ * <td>[standard view attributes](except visibility) </td>
731
+ * <td>A collection of post layout view attributes see below </td>
731
732
* </tr>
732
733
* <tr>
733
734
* <p>
989
990
* </p>
990
991
*/
991
992
public class MotionLayout extends ConstraintLayout implements
992
- androidx . core . view . NestedScrollingParent3 {
993
+ NestedScrollingParent3 {
993
994
994
995
public static final int TOUCH_UP_COMPLETE = 0 ;
995
996
public static final int TOUCH_UP_COMPLETE_TO_START = 1 ;
Original file line number Diff line number Diff line change 24
24
android : configChanges =" orientation|screenSize" />
25
25
<activity android : name =" .RotationAngular"
26
26
android : configChanges =" orientation|screenSize" />
27
+ <activity android : name =" .CustomSwipeClick" />
27
28
</application >
28
29
29
30
</manifest >
You can’t perform that action at this time.
0 commit comments