Issue
When using AppBarLayout
widget in design support library, a shadow appears on the bottom of the toolbar. How can I remove that shadow?
Solution
Simply use app:elevation="0dp"
inside "AppBarLayout" to remove the shadow. It has always worked for me. Hope it works for you.
Answered By - danialzahid94
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.