George Samir
George Samir

Reputation: 47

Tab layout with custom indicator

How to make tab layout with this custom indicator like this image?

enter image description here

Upvotes: 1

Views: 3472

Answers (1)

Sonali Bharati
Sonali Bharati

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

Related Questions