I'm showing a DialogFragment
when the user taps on a row in a ListView
. I'd like to animate the showing of the dialog so that it grows from the center of the row. A similar effect can be seen when opening a folder from the launcher.
One idea that I've had is a combination of TranslateAnimation
and ScaleAnimation
. Is there another way?
Use decor view inside onStart in your dialog fragment
Check it out this code, it works for me
// Slide up animation
// Slide dowm animation
// Style
// Inside Dialog Fragment