You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The view doesn't animate if you use the full screen flag in the activity
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
Animation keeps working with all the other flags which hide the navigation and statusbar , but i also need the fullscreen flag to fill the hidden nav and status bars with the activity content. But it causes the Grav View to not animate at all. Below is the code that i use. I call it in onWindowFocusChanged function
The view doesn't animate if you use the full screen flag in the activity
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
Animation keeps working with all the other flags which hide the navigation and statusbar , but i also need the fullscreen flag to fill the hidden nav and status bars with the activity content. But it causes the Grav View to not animate at all. Below is the code that i use. I call it in
onWindowFocusChanged
functionThe text was updated successfully, but these errors were encountered: