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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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