删除 Android 中选项卡布局下方的阴影。 [完毕]
我很想知道我是否可以删除或更改 android 在选项卡布局下方提供的 drop-shadow 效果。
I am curious to know if there is anyway I can remove OR change the drop-shadow like effect that android gives below a Tab layout.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一旦我问这个问题,我就会在另一个 stackoverflow 帖子。无论如何,为了那些登陆这篇文章的人的利益,答案是
使用自定义主题,并将其 windowContentOverlay 设置为 null
As soon as I ask this question, I get the answer in another stackoverflow post. Anyways for the benefit of people who have landed on this post, the answer is to
use a custom theme with its windowContentOverlay set to null