7
Ich versuche, den Material-Ripple-Effekt auf meinen TabLayout-Tabs zu entfernen.Disable Material Ripple auf Tablayout
Ich frage mich, ob es möglich ist, dies zu tun?
Irgendwelche Ideen bitte?
Ich habe versucht, die stateListAnimator Einstellung auf null, aber es immer noch nicht
<android.support.design.widget.TabLayout
android:id="@+id/tabLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stateListAnimator="@null"/>