When I try to set a specific value to elevation for AppBarLayout, the shadow disappears completely.
Work for me:
ViewCompat.setElevation(appBarLayout, getResources().getDimension(R.dimen.toolbar_elevation));