How to set the elevation of AppBarLayout to 0
Instead of
android:elevation="0dp"
try
app:elevation="0dp"
Use app:elevation="0dp"
to remove the elevation
Instead of
android:elevation="0dp"
try
app:elevation="0dp"
Use app:elevation="0dp"
to remove the elevation