android - Setting ActionBar Elevation on pre-5.0 devices with AppCompat -
i want remove shadow actionbar
, read this:
getsupportactionbar().setelevation(0)
however didn't seem work on pre 5.0 devices. bug? not using toolbar. regular actionbar library.
if using actionbar (not toolbar) should able remove shadow below using style:
<style name="myapptheme" parent="theme.appcompat.light"> <item name="android:windowcontentoverlay">@null</item> </style>
android android-actionbar material-design appcompat
No comments:
Post a Comment