gpt4 book ai didi

java - 删除布局中按/触摸时的深色高光

转载 作者:行者123 更新时间:2023-12-02 05:14:05 25 4
gpt4 key购买 nike

我有一个布局。在发布时,我可以在选项卡上看到深色层突出显示。请帮助我将其删除。我已经尝试过发布解决方案,但是我无法实现它。在下面也遇到了类似的问题。但是该解决方案似乎不起作用。我正在使用android studio 3.4.1和android Oreo。

Remove highlight on press in tablayout

<android.support.design.widget.TabLayout
android:id="@+id/tabs"
style="@style/AppTabLayout"
android:layout_width="match_parent"
app:tabBackground="?attr/colorPrimary"
android:background="?attr/colorPrimary"
android:layout_height="wrap_content"
app:tabIndicatorColor="@color/colorPrimary"
app:tabSelectedTextColor="@color/colorWhite"
app:tabTextAppearance="@style/tab_text"
app:tabTextColor="@color/colorBlack" />


我正在尝试删除选项卡的onpress / ontouch突出显示。请帮忙。

最佳答案

好的,我已经通过将以下行添加到我的xml中实现了它。希望能帮助到你。

app:tabRippleColor =“ @ android:color / transparent”

关于java - 删除布局中按/触摸时的深色高光,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56308227/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com