<include
android:id="@+id/planMooring"
layout="
@layout/plan_mooring_big_map"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/generalInformation"/>
всем привет. Ребят подскажите, делаю include layout, в котором лежит картинка, довольно таки большая и она хранится внутри проекта. Так вот, после того как сделал include она не отображается, нужно высоту указывать фиксированную. как это избежать?