DEV Community

r_tanaka
r_tanaka

Posted on

remove touch effect from tablayout

There is ripple and touch effect when you use Tablyout of Android.
You can remove the effect by following below.

inside of below tag

<android.support.design.widget.TabLayout

you should add below attribute

app:tabRippleColor="@null"

that it.

Top comments (0)