From ebb918fcdfda814120d8471630cde550a37b6f34 Mon Sep 17 00:00:00 2001 From: Sriraksha Nayak <sriraksha.nayak@niveussolutions.com> Date: Fri, 3 May 2024 11:59:20 +0000 Subject: [PATCH] Update launch_background.xml --- android/app/src/main/res/drawable-v21/launch_background.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/res/drawable-v21/launch_background.xml b/android/app/src/main/res/drawable-v21/launch_background.xml index 812458b..c3afffa 100644 --- a/android/app/src/main/res/drawable-v21/launch_background.xml +++ b/android/app/src/main/res/drawable-v21/launch_background.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="?android:colorBackground" /> -</layer-list> +</layer-list> \ No newline at end of file -- GitLab