This repository was archived by the owner on Dec 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget
projects/MotionLayoutVerification/app/src/main Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5858import androidx .constraintlayout .widget .ConstraintSet ;
5959import androidx .constraintlayout .widget .Constraints ;
6060import androidx .constraintlayout .widget .R ;
61+ import androidx .core .view .NestedScrollingParent3 ;
6162import androidx .core .view .ViewCompat ;
6263
6364import java .util .ArrayList ;
726727 * (used to talk to nested ConstraintLayouts etc.)</td>
727728 * </tr>
728729 * <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>
731732 * </tr>
732733 * <tr>
733734 * <p>
989990 * </p>
990991 */
991992public class MotionLayout extends ConstraintLayout implements
992- androidx . core . view . NestedScrollingParent3 {
993+ NestedScrollingParent3 {
993994
994995 public static final int TOUCH_UP_COMPLETE = 0 ;
995996 public static final int TOUCH_UP_COMPLETE_TO_START = 1 ;
Original file line number Diff line number Diff line change 2424 android : configChanges =" orientation|screenSize" />
2525 <activity android : name =" .RotationAngular"
2626 android : configChanges =" orientation|screenSize" />
27+ <activity android : name =" .CustomSwipeClick" />
2728 </application >
2829
2930</manifest >
You can’t perform that action at this time.
0 commit comments