From 698f40a98dec31029269eb769e5ff1e3297b08f6 Mon Sep 17 00:00:00 2001 From: EgorVorobev Date: Wed, 19 Feb 2025 16:46:46 +0300 Subject: [PATCH] day2_commit.1.17_update_qr_scan --- app/src/main/res/layout-land/fragment_qr_scan.xml | 1 + app/src/main/res/layout/fragment_qr_scan.xml | 1 + 2 files changed, 2 insertions(+) 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