我有一个布局。在发布时,我可以在选项卡上看到深色层突出显示。请帮助我将其删除。我已经尝试过发布解决方案,但我无法实现它。在下面也遇到了类似的问题。但是该解决方案似乎不起作用。我正在使用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高亮显示。请帮忙。
答案 0 :(得分:0)
好的,我已经通过在我的xml中添加以下行来实现它。希望对您有所帮助。
app:tabRippleColor =“ @ android:color / transparent”