I can't move the image more to the left side no matter what I'm doing. It should be nicely centered but it's not... image
<ImageView
android:id="@+id/grid"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:src="@drawable/back3"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/turn"
app:srcCompat="@drawable/back3"
android:layout_gravity="center"/>
Any ideas?