From 206bd534bc75884b4d80a0ca4dff39bd4511fe01 Mon Sep 17 00:00:00 2001 From: Naman Khurmi Date: Tue, 3 Jun 2025 17:38:31 +0530 Subject: [PATCH] NTP-63493 | Naman Khurmi | PCI ISO Splash changes (#16424) --- ...ci_iso_certified_splash_branding_image.xml | 35 +++++++++++++++++++ .../src/main/res/drawable/splash_bottom.xml | 35 +++++++++++++++++++ .../main/res/drawable/splash_screen_theme.xml | 22 +++++++----- .../app/src/main/res/values-v31/styles.xml | 1 + .../app/src/main/res/values-v33/styles.xml | 1 + android/app/src/main/res/values/styles.xml | 4 +-- 6 files changed, 87 insertions(+), 11 deletions(-) create mode 100644 android/app/src/main/res/drawable/pci_iso_certified_splash_branding_image.xml create mode 100644 android/app/src/main/res/drawable/splash_bottom.xml diff --git a/android/app/src/main/res/drawable/pci_iso_certified_splash_branding_image.xml b/android/app/src/main/res/drawable/pci_iso_certified_splash_branding_image.xml new file mode 100644 index 0000000000..75bc5503c4 --- /dev/null +++ b/android/app/src/main/res/drawable/pci_iso_certified_splash_branding_image.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/res/drawable/splash_bottom.xml b/android/app/src/main/res/drawable/splash_bottom.xml new file mode 100644 index 0000000000..76ae10153d --- /dev/null +++ b/android/app/src/main/res/drawable/splash_bottom.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/res/drawable/splash_screen_theme.xml b/android/app/src/main/res/drawable/splash_screen_theme.xml index 55951595a7..72b24dd7f0 100644 --- a/android/app/src/main/res/drawable/splash_screen_theme.xml +++ b/android/app/src/main/res/drawable/splash_screen_theme.xml @@ -1,21 +1,27 @@ - - + ~ Copyright © 2023 by Navi Technologies Limited + ~ All rights reserved. Strictly confidential +--> + + - + + + + \ No newline at end of file diff --git a/android/app/src/main/res/values-v31/styles.xml b/android/app/src/main/res/values-v31/styles.xml index 49091a18f8..e8b3403302 100644 --- a/android/app/src/main/res/values-v31/styles.xml +++ b/android/app/src/main/res/values-v31/styles.xml @@ -14,6 +14,7 @@ @drawable/avd_splash 1200 @style/SplashTheme + @drawable/pci_iso_certified_splash_branding_image \ No newline at end of file diff --git a/android/app/src/main/res/values-v33/styles.xml b/android/app/src/main/res/values-v33/styles.xml index 260d3bc7ca..8b06994dbd 100644 --- a/android/app/src/main/res/values-v33/styles.xml +++ b/android/app/src/main/res/values-v33/styles.xml @@ -14,6 +14,7 @@ @drawable/avd_splash @style/SplashTheme icon_preferred + @drawable/pci_iso_certified_splash_branding_image diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 7a72bb1372..210201fe38 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -102,9 +102,7 @@ @drawable/splash_screen_theme -