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

430 questions
0
votes
1 answer

RecyclerView jumps on other views in MotionLayout

I have a project in Github : https://github.com/Ali-Rezaei/TMDb-Paging Which I use MotionLayout in it :
Ali
  • 9,800
  • 19
  • 72
  • 152
0
votes
0 answers

How to implement a pullable layout

I want to implement a layout and animation in such a way that when we try to pull down a layout it should increase its height and expand to downwards and its edge should be round. and same way to pull up. It should increase its height and move…
Riddhi Shah
  • 3,092
  • 5
  • 36
  • 56
-1
votes
1 answer

Can't android MotionLayout apply Spring animation?

I want to implement Spring animation using MotionLayout. Also, I want to give stiffness and damping as custom values. By the way, I saw examples where you need to use the OnSwipe tag to use Spring animation in MotionLayout. What I want is for…
tuuks
  • 19
  • 3
-1
votes
1 answer

Animation with motion layout Android

I'm trying to implement below animation with MotionLayout but at the end I'm messing up. Animation that I want
Abhay
  • 101
  • 2
  • 7
-1
votes
1 answer

Is it possible to move A layout towards left so that other side of screen can be visible?

Actually, I am trying to build a game in which the scene is outside the screen. I want my screen to scroll towards the right so that my that scene comes to the screen when I click any button. I am doing it using motionLayout in Android studio. Can…
-1
votes
1 answer

Draw a point path using MotionLayout

Is there a way to draw in MotionLayout a view path without canvas.drawPath(path, p) ? example1 example2
cooper_so
  • 1
  • 1
  • 2
-1
votes
2 answers
-1
votes
1 answer

How can I make an animation when I insert an item into recyclerview?

I am making a progress bar with icons. I need to make the item shows up in the middle of the screen and then goes to the (horizontal) recyclerveiw. It goes to left to right(The stacked list has no animation but only the new item one). I've checked…
c-an
  • 3,543
  • 5
  • 35
  • 82
-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?
bhanu agrawal
  • 19
  • 2
  • 6
-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
28
29