diff --git a/app/src/main/res/layout-land/fragment_qr_scan.xml b/app/src/main/res/layout-land/fragment_qr_scan.xml index a52eb71..db22b5a 100644 --- a/app/src/main/res/layout-land/fragment_qr_scan.xml +++ b/app/src/main/res/layout-land/fragment_qr_scan.xml @@ -30,6 +30,7 @@ android:contentDescription="@string/close_button" android:src="@drawable/ic_close" app:elevation="0dp" + android:backgroundTint="@color/colorPrimary" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_qr_scan.xml b/app/src/main/res/layout/fragment_qr_scan.xml index a52eb71..db22b5a 100644 --- a/app/src/main/res/layout/fragment_qr_scan.xml +++ b/app/src/main/res/layout/fragment_qr_scan.xml @@ -30,6 +30,7 @@ android:contentDescription="@string/close_button" android:src="@drawable/ic_close" app:elevation="0dp" + android:backgroundTint="@color/colorPrimary" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> \ No newline at end of file