Не допускайте компоновки ниже максимального размера по высоте и ширине
#android #button #android-linearlayout #android-relativelayout #scrollviewer Вопрос: У меня есть простой макет: <?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:id="@ id/ddd" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" tools:context=".pkgTestforend.DriverListFragment"> <com.google.android.material.appbar.AppBarLayout android:layout_width="match_parent" android:layout_height="wrap_content" app:liftOnScroll="true" > <com.google.android.material.appbar.MaterialToolbar android:id="@…