I was trying to create a fade-out/ fade-in when I changed activities, but although I can Fade-Out, the fade-in seems not to work!
my code (the simplest one):
I have noticed that even with other views the fade in seems not to be working!
my code (the simplest one):
B4X:
Sub Activity_Resume
Activity.SetVisibleAnimated(500,True)
End Sub
Sub Activity_Pause (UserClosed As Boolean)
Activity.SetVisibleAnimated(500,False)
End Sub
I have noticed that even with other views the fade in seems not to be working!