[Solved] my navigation bar when I include it appears above [closed]


Can you try to use merge in this case?

<?xml version="1.0" encoding="utf-8"?>
<merge
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">
//Your Bottom view
</merge>

Also in your BottomView add this app:layout_constraintEnd_toEndOf="parent" so it will stay to the bottom

6

solved my navigation bar when I include it appears above [closed]