Tweak tab indicator style

This commit is contained in:
arkon
2020-03-15 12:56:00 -04:00
parent 0fa93cf615
commit 90396153f4
2 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabGravity="center"
app:tabIndicator="@drawable/tab_indicator"
app:tabIndicatorFullWidth="false"
app:tabIndicatorHeight="3dp"
app:tabInlineLabel="true"
app:tabMinWidth="75dp"
app:tabMode="scrollable" />