Android Screen Blinking on show/hide System Bars
问题 The Problem I want to show the System Bars when the user scrolls an RecyclerView upwards and hide the System Bars when the user scrolls down. However with my Approach it works, but the content strangly moves and blinks during the show/hide process. U uploaded a Video for the behaviour here: https://drive.google.com/open?id=0B_b9EpRt-zyHVW54dkQzcXdUTXM My Approach Basically I have this two methods: private void hideSystemUI() { getActivity().getWindow().getDecorView().setSystemUiVisibility(