python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to increase the height of a BottomSheetDialog to follow a vertical translation
I'm trying to move views vertically in a BottoSheetDialog, but I'm getting an unexpected behavior.
My BottomSheet looks like this
Before Translation
I'm moving my constraint Layout with
myLayout.anim...
Daniele Soprani
Votes: 0
Answers: 2
Motion layout on swipe is not working I have use tab view with view pager
I have created a bottom sheet with motion layout having default open 35% and in side that we have tabview and view pager and on Swipe of tabView I want that view pager height gone.
But onSwipe is not ...
shashank singh bisht
Votes: 0
Answers: 0
Android BottomSheet bounce animation
I want to bounce effect when doing STATE_EXPANDED or STATE_COLLAPSED like above image
I want an animation with BounceInterpolator applied.
The code below is an example I made.
activity_main.xml
<a...
silvershort
Votes: 0
Answers: 1
How to apply multiple animation in sequence using ViewProperty animator?
I want to apply multiple scaleX animations on a view.
binding.indicator
.animate()
.scaleX(2f)
.start()
binding.indicator
.animate()
.t...
Zeus Almighty
Votes: 0
Answers: 1