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
If i set the Window to have a see through Nav bars it means that the FAB moves down (i would expect that) but how would i want to move it up so its above the nav bar AND when i scroll down it disappears not sitting lower no the screen..
If i set the Window to have a see through Nav bars it means that the FAB moves down (i would expect that) but how would i want to move it up so its above the nav bar AND when i scroll down it disappears not sitting lower no the screen..
Window window = getWindow();
window.setFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION,WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION);
The text was updated successfully, but these errors were encountered: