|
|
@ -17,14 +17,14 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:menu="@menu/activity_main_bnv" |
|
|
|
app:menu="@menu/activity_main_bnv" |
|
|
|
tools:layout_editor_absoluteX="-16dp" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"/> |
|
|
|
app:layout_constraintBottom_toBottomOf="parent"/> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.viewpager.widget.ViewPager |
|
|
|
<androidx.viewpager.widget.ViewPager |
|
|
|
android:id="@+id/view_pager_main" |
|
|
|
android:id="@+id/view_pager_main" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="0dp" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/bottom_navigation_view"/> |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/bottom_navigation_view" |
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"/> |
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|
|
|
|