python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
Android Activity Exit Transition not fully interpolating
I have set my activity's exitTransition to be something like
window.exitTransition = object : Visibility() {
override fun onDisappear(
sceneRoot: ViewGroup?,
startValues: TransitionV...

Stevie Kideckel
Votes: 0
Answers: 1
Update view elements after transition change on android
I've got a transition on the app I'm developing that fades all elements of a frame layout and swaps them for other elements. The animation works as intended, but from there I can't interact with the b...
Pedro Montesinos Navarro
Votes: 0
Answers: 0
Smooth way to transition one line Textview to 2 line Textview
I am transitioning two views, an ImageView and a Textview, using
ActivityOptionsCompat options = ActivityOptionsCompat.
makeSceneTransitionAnimation((Activity) context, viewPairs.t...

JRowan
Votes: 0
Answers: 3