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?
When I set
<item name="android:windowIsTranslucent">true</item>
exit animation inoverridependingtransition
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?