<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.