DraggerView.closeActivity() not draw shadow with gradient opacity
noproxy opened this issue · 0 comments
noproxy commented
When the animation of closeActivity()
plays, the shadow is always very dark. But when animation ends, it turns total transparent suddenly. Even if I didn't set the shadow_view_id
in my layout, it behaves the same.
But I find if call onBackPressed()
, the gradient of shadow behaves normally.