| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent"> |
| | | |
| | | |
| | | |
| | | <androidx.viewpager2.widget.ViewPager2 |
| | | android:id="@+id/main_vp" |
| | | android:layout_width="match_parent" |
| | |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:background="@color/white" |
| | | android:background="?attr/bottomNavigationViewBackgroundColor" |
| | | app:itemBackground="@null" |
| | | app:itemIconTint="@null" |
| | | app:itemTextAppearanceActive="@style/bottom_navigation_title_active" |