Why always in the sixth ImageView that I put the App hangs

0
<ImageView
    android:id="@+id/lampiaoId"
    android:layout_width="54dp"
    android:layout_height="164dp"
    android:layout_marginStart="96dp"
    android:layout_marginTop="340dp"
    android:contentDescription="@string/lampiao_aceso"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toTopOf="@+id/quartoEscuroId"
    app:srcCompat="@drawable/lampiaorecortado" />

There are 6 codes like the one above, but every time I put the sixth image the app does not spin.

All images have this:   app: layout_constraintTop_toTopOf="@ + id / fourthIdId"

I linked them all to the top of the background image.

    
asked by anonymous 10.02.2018 / 01:57

0 answers