Jul 30, 2017 · 1 min read
Hi Hardik, you can achieve that using a translate animation. The p in android:fromYDelta="100%p" moves the starting Y position down by the height of the view’s parent instead of the view’s own height. This means it will animate all the way from the bottom of the parent, creating the animation in the video. See the example in the gist below, hope it helps :)
