Removing the shadow which comes below a tab layout in android. [done]
I am curious to know if there is anyway I can remove OR change the drop-shadow like effect that android gives belo开发者_开发技巧w a Tab layout.
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
精彩评论