android tab 改变背景,android – 如何将TabLayout背景设置为透明

我需要将TabLayout(扩展Horizo​​ntalScrollView)背景更改为透明而不更改样式的基色.

如果我将背景设置为#00000000,它将变为primaryColor.如果我将alpha设置为0 – 我会得到相同的行为.

bce8c8e88d03c8c8cea124cc7abb6b75.png

android:id="@+id/tabs"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:background="#00000000"

android:hapticFeedbackEnabled="true"/>

有没有办法在不改变样式颜色的情况下将背景颜色设置为透明?

解决方法:

如果您使用的是< android.support.design.widget.AppBarLayout />,则必须在其外部插入TabLayout.

android:id="@+id/appBarLayout"

android:layout_width="match_parent"

android:layout_height="wrap_content">

android:id="@+id/app_bar"

......

android:background="@color/app_bar_color"

app:layout_scrollFlags="scroll|enterAlways" />

android:id="@+id/tabs"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:background="@android:color/transparent"

android:hapticFeedbackEnabled="true"/>

标签:android,tabs

来源: https://codeday.me/bug/20190611/1221741.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值