//Hide on content scroll requires an overlay actionbar,so request one
supportRequestWindowFeature(WindowCompat.FEATURE_ACTION_BAR_OVERLAY);
getSupportActionBar().setHideOnContentScrollEnable(true);
//Hide on content scroll requires an overlay actionbar,so request one
supportRequestWindowFeature(WindowCompat.FEATURE_ACTION_BAR_OVERLAY);
getSupportActionBar().setHideOnContentScrollEnable(true);