|
|
@@ -10,12 +10,13 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:tabBackground="@null"
|
|
|
app:tabGravity="start"
|
|
|
app:tabIndicator="@drawable/family_detail_tab_indicator_custom"
|
|
|
- app:tabIndicatorColor="@color/black"
|
|
|
+ app:tabIndicatorColor="@null"
|
|
|
app:tabMode="scrollable"
|
|
|
app:tabPaddingStart="14dp"
|
|
|
- app:tabRippleColor="@color/transparent"
|
|
|
+ app:tabRippleColor="@null"
|
|
|
app:tabSelectedTextColor="@color/color_222222"
|
|
|
app:tabTextAppearance="@style/FamilyTabLayoutStyle" />
|
|
|
|