Questions tagged [android-motionlayout]

MotionLayout is intended to move, resize, and animate UI elements with which users interact, such as buttons and title bars. Motion in your app should not be simply a gratuitous special effect in your application. It should be used to help users understand what your application is doing. For more information on designing your app with motion, see the Material Design section on

https://material.io/design/motion

Getting started with MotionLayout

Follow the steps described in the following link.

https://developer.android.com/training/constraint-layout/motion-layout#getting_started

349 questions
-1
votes
1 answer

MotionLayout and NestedScrollView RecylerView scrolling issue

I’ve faced an issue regarding to unexpected animating the recyclerview when scrolling it to horizontal direction. The recycler view is inside of NestedScrollView and the NestedScrollView is inside of MotionLayout. I’ve spent a couple of days to…
-1
votes
1 answer

Calculator app on stock android has cool animation for showing history page. Need suggestion How can we achieve something similar?

Can it be implemented with motion layout? It look like bottomsheet in reverse. Can it be implemented using existing Android views?
-1
votes
1 answer

Lag when using motionLayout with RecycleView

I’m having a problem with MotionLayout: I have a View, ViewGroup (Header) is at the top, and a RecyclerView is at the bottom, as described in the following video. When I scroll with RecyclerView, everything work fine, but when I scroll with the top…
TieuNhi
  • 35
  • 4
-2
votes
1 answer

How to show motionlayout android studio design tool?

How to show tool design like that. https://drive.google.com/file/d/1Yc_Or1Xscad24fsg35pgN_FGbOwR0Z67/view?usp=sharing In my android studio not show.
1 2 3
23
24