Reputation: 47
How to make tab layout with this custom indicator like this image?
Upvotes: 1
Views: 3472
Reputation: 139
then set tabIndicator in the layout:
app:tabIndicator="@drawable/ic_tab_indicator_24dp" // Your Custom indicator design image
Or in styles.xml:
@drawable/ic_tab_indicator_24dp
Upvotes: 1