Skip to content

Commit

Permalink
small documetation fix and manifest change (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafu888 committed Mar 11, 2021
1 parent dc988e6 commit 51622e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
import androidx.constraintlayout.widget.ConstraintSet;
import androidx.constraintlayout.widget.Constraints;
import androidx.constraintlayout.widget.R;
import androidx.core.view.NestedScrollingParent3;
import androidx.core.view.ViewCompat;

import java.util.ArrayList;
Expand Down Expand Up @@ -726,8 +727,8 @@
* (used to talk to nested ConstraintLayouts etc.)</td>
* </tr>
* <tr>
* <td>[standard view attributes]</td>
* <td>A collection of post layout view attributes see below</td>
* <td>[standard view attributes](except visibility)</td>
* <td>A collection of post layout view attributes see below </td>
* </tr>
* <tr>
* <p>
Expand Down Expand Up @@ -989,7 +990,7 @@
* </p>
*/
public class MotionLayout extends ConstraintLayout implements
androidx.core.view.NestedScrollingParent3 {
NestedScrollingParent3 {

public static final int TOUCH_UP_COMPLETE = 0;
public static final int TOUCH_UP_COMPLETE_TO_START = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
android:configChanges="orientation|screenSize"/>
<activity android:name=".RotationAngular"
android:configChanges="orientation|screenSize"/>
<activity android:name=".CustomSwipeClick" />
</application>

</manifest>

0 comments on commit 51622e3

Please sign in to comment.