diff --git a/app/src/main/res/layout/toolbar_location_picker.xml b/app/src/main/res/layout/toolbar_location_picker.xml index 3a5d0118e..846bb703b 100644 --- a/app/src/main/res/layout/toolbar_location_picker.xml +++ b/app/src/main/res/layout/toolbar_location_picker.xml @@ -42,10 +42,10 @@ android:layout_height="wrap_content" android:layout_marginStart="16dp" android:contentDescription="@string/exit_location_picker" - android:tint="@color/white" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" - app:srcCompat="@drawable/ic_arrow_back_white"/> + app:srcCompat="@drawable/ic_arrow_back_white" + app:tint="@color/white" /> \ No newline at end of file