|
|
|
@ -4,21 +4,20 @@ |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
|
|
<androidx.viewpager.widget.ViewPager |
|
|
|
|
android:id="@+id/view_pager_main" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/bottom_navigation_view" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
<com.google.android.material.bottomnavigation.BottomNavigationView |
|
|
|
|
android:id="@+id/bottom_navigation_view" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
android:elevation="10dp" |
|
|
|
|
android:background="@color/background" |
|
|
|
|
app:labelVisibilityMode="unlabeled" |
|
|
|
|
app:menu="@menu/main_bnv" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" /> |
|
|
|
|
|
|
|
|
|
<androidx.viewpager.widget.ViewPager |
|
|
|
|
android:id="@+id/view_pager_main" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/bottom_navigation_view" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |