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

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -