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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -