You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: motionlayout/src/main/java/com/google/androidstudio/motionlayoutexample/MainActivity.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ class MainActivity : AppCompatActivity(), CompoundButton.OnCheckedChangeListener
41
41
DemosAdapter.Demo("Complex Motion Example (2/4)", "Advanced CoordinatorLayout-like behavior (adding a FAB). Implemented with MotionLayout only, using a moving guideline. Note the view isn't resized.", R.layout.motion_18_coordination),
42
42
DemosAdapter.Demo("Complex Motion Example (3/4)", "Advanced CoordinatorLayout-like behavior (adding a FAB). Implemented with MotionLayout only, using direct resizing of the view.", R.layout.motion_19_coordination),
43
43
DemosAdapter.Demo("Complex Motion Example (4/4)", "Advanced Synchronized reval motion + helper (bounce). Implemented with MotionLayout only.", R.layout.motion_20_reveal),
44
-
DemosAdapter.Demo("Fragment Transition Example (1/2)", "Example showing transitioning fragments within MotionLayout", FragmentExampleActivity::class.java),
45
-
DemosAdapter.Demo("Fragment Transition Example (2/2)", "Example showing transitioning fragments within MotionLayout", FragmentExample2Activity::class.java),
46
-
DemosAdapter.Demo("Fragment Transition Example (2/2)", "Example showing transitioning fragments within MotionLayout", FragmentExample2Activity::class.java),
44
+
DemosAdapter.Demo("Fragment Transition Example (1/3)", "Example showing transitioning fragments within MotionLayout", FragmentExampleActivity::class.java),
45
+
DemosAdapter.Demo("Fragment Transition Example (2/3)", "Example showing transitioning fragments within MotionLayout", FragmentExample2Activity::class.java),
46
+
DemosAdapter.Demo("Fragment Transition Example (3/3)", "Example showing transitioning fragments within MotionLayout", FragmentExample2Activity::class.java),
47
47
DemosAdapter.Demo("YouTube like motion Example", "Example showing a transition like YouTube", YouTubeDemoActivity::class.java)
0 commit comments