Jude95 / SwipeBackHelper

make your activity can swipe to close
1.38k stars 268 forks source link

windowistranslucent overridependingtransition exit anim didn't work #37

Open N1cE-me opened 8 years ago

N1cE-me commented 8 years ago

When I set <item name="android:windowIsTranslucent">true</item> exit animation in overridependingtransition for curent activity didn't work only enter animation But if I set <item name="android:windowIsTranslucent">false</item> exit animation work perfect, but background black when I slide. How make work exit animation with windowIsTranslucent=true or make not black background for slide with windowIsTranslucent=false?