I'm relative new on Android and my English is far to be good.. but everything have it first time.
I have a trouble with the background between two animated activities with translation. I tried to change it via a new theme parent from theme.light.
this is the code:
<color name="custom_theme_color">#d1e3e3</color>
<style name="CustomTheme" parent="android:Theme.Light.NoTitleBar.Fullscreen">
<item name="android:windowBackground">@color/custom_theme_color</item>
<item name="android:colorBackground">@color/custom_theme_color</item>
</style>
But with this I'm in the same. The background between activities still being black.
Thanks for any help or indication!!
