remove shadow below AppBarLayout widget android
To remove the shadow below the AppBarLayout
widget in Android, you can use the app:elevation
attribute and set it to 0dp
in your layout XML file. Here's how you can do it: By setting the app:elevation
attribute to 0dp
, you effectively remove the shadow below the AppBarLayout
.