Medium: before scroll and after scrolling
Telegram X: normal if you have internet connection and otherwise
As you can see icons like Wi-Fi and others disappear; only currenct time and battery icon remain, but with 50% opacity.
Also, this effect is applied using smooth fade in and fade out animation.
EDIT: For everyone who need some info about this issue check this answer. https://stackoverflow.com/a/49182417/9342948
After searching for a while I found this. It automatically applies fadein and fadeout animation.
View decorView = getActivity().getWindow().getDecorView();
decorView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With