Это моя деятельность XML:
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:fitsSystemWindows="true">
<include layout="@layout/toolbar" />
<FrameLayout
android:id="@+id/frameLayoutContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</android.support.design.widget.CoordinatorLayout>
Я заменяю frameLayoutContainer
фрагментом с корнем ConstraintLayout.Он имеет вид кнопки внизу, ограниченный app:layout_constraintBottom_toBottomOf="parent"
, но вид кнопки находится за панелью навигации.У меня есть много операций с почти одинаковой структурой, но у них нет такой проблемы.
Когда я заменяю CoordinatorLayout на LinearLayout, проблема решается, но я хочу знать, что не так с CoordinatorLayout