From 5902598002d56f2a196f2fd8db178a8161343df8 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 1 Sep 2022 02:22:00 -0600 Subject: [PATCH] Hopefully fix "resource not found" build error --- config.xml | 9 +++++---- ...nding_bottom.xml => ic_cdv_splashscreen_branding.xml} | 0 2 files changed, 5 insertions(+), 4 deletions(-) rename res/android/drawable/{splash_branding_bottom.xml => ic_cdv_splashscreen_branding.xml} (100%) diff --git a/config.xml b/config.xml index ee0f618..b9f9985 100644 --- a/config.xml +++ b/config.xml @@ -26,12 +26,13 @@ - + - + - - + + + diff --git a/res/android/drawable/splash_branding_bottom.xml b/res/android/drawable/ic_cdv_splashscreen_branding.xml similarity index 100% rename from res/android/drawable/splash_branding_bottom.xml rename to res/android/drawable/ic_cdv_splashscreen_branding.xml