| | |
| | | xmlns:app="http://schemas.android.com/apk/res-auto"> |
| | | <com.flyco.tablayout.SlidingTabLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="44dp" |
| | | android:layout_height="42dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:id="@+id/tab_bar" |
| | | app:tl_textSelectColor="@color/textGreen" |
| | |
| | | android:id="@+id/view_pager" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_marginTop="4dp" |
| | | app:layout_constraintTop_toBottomOf="@id/tab_bar" |
| | | app:layout_constraintBottom_toBottomOf="parent"/> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |
| | | android:layout_marginTop="4dp" |
| | | android:background="@color/dividing_line_color" |
| | | app:layout_constraintTop_toBottomOf="@id/tab_bar"/> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |