java - Remove shadows below actionbar appcompat -
is possible remove shadow below actionbar
?
i using appcompat v7 library.
this works appcompat:
<style name="myapptheme" parent="theme.appcompat.light"> <item name="actionbarstyle">@style/myactionbartheme</item> </style> <style name="myactionbartheme" parent="base.widget.appcompat.light.actionbar.solid"> <item name="elevation">0dp</item> </style>
Comments
Post a Comment