When using AppBarLayout widget in design support library, a shadow appears on the bottom of the toolbar. How can I remove that shadow?
AppBarLayout
Simply use app:elevation="0dp" inside "AppBarLayout" to remove the shadow. It has always worked for me. Hope it works for you.
app:elevation="0dp"
2.1m questions
2.1m answers
60 comments
57.0k users