Skip to content

Commit

Permalink
Fix url for entrance scene.
Browse files Browse the repository at this point in the history
  • Loading branch information
objcode committed Aug 28, 2020
1 parent 5ceffa2 commit 58884a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ animation.
| ----------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [Activity](src/main/java/com/example/androidstudio/motionlayoutintegrations/Entrance.kt) | Regular Activity (no extra code) |
| [layout](src/main/res/layout/activity_entrance.xml) | Layout all Views used in this animation |
| [scene](src/main/res/xml/activity_entrance_sceen.xml) | Scene containing multiple ConstraintSet and Transition |
| [scene](src/main/res/xml/activity_entrance_scene.xml) | Scene containing multiple ConstraintSet and Transition |

## CollapsingToolbar
Build a collapsing toolbar with support for insets using MotionLayout.
Expand Down

0 comments on commit 58884a4

Please sign in to comment.