Posts by Felipe • 1 point
1 post
-
0
votes2
answers1195
viewsA: Remove shadow between Toolbar and the rest of the layout
In my case, I only include this parameter in my context class: getSupportActionBar().setElevation(0); You can change some of the attributes of the Java class using:…