简体   繁体   中英

Android remove Shadow from Tab in TabLayout

I got a custom TabLayout with custom Tabs. The TabLayout is higher then the Tabs.

在此处输入图片说明

Is there a way to remove the shadow above the tab?

app:elevation="0dp"放入TabLayout中,即可正常工作。

我必须在styles.xml中进行编辑以解决此问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM