Tell me, is it possible to reduce the shadow of the AppBarLayout? And the second question I’ll immediately ask here is how to add a LinearLayout shadow? API 16+
Remove shadow AppBarLayout: getSupportActionBar().setElevation(0);
Shadows for View elements are controlled in xml markup through the android:elevation="N" parameter