From 3d4c687cca4067ff6b11931757b1de3e8bcc49f9 Mon Sep 17 00:00:00 2001 From: jackkray Date: Mon, 5 Aug 2024 10:22:04 +0200 Subject: [PATCH] fix: Change navigationBar color Affects: bank-sdk, capture-sdk, health-sdk PP-196 --- bank-sdk/example-app/src/main/res/values/styles.xml | 1 + capture-sdk/sdk/src/main/res/values/styles.xml | 1 + health-sdk/example-app/src/main/res/values/styles.xml | 1 + health-sdk/sdk/src/main/res/values/styles.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/bank-sdk/example-app/src/main/res/values/styles.xml b/bank-sdk/example-app/src/main/res/values/styles.xml index 5edc7c9561..92311e7a10 100644 --- a/bank-sdk/example-app/src/main/res/values/styles.xml +++ b/bank-sdk/example-app/src/main/res/values/styles.xml @@ -10,6 +10,7 @@ @color/gc_color_02 @color/gc_color_01 ?attr/colorOnBackground + @android:color/transparent @color/gc_color_contrast_03 @color/gc_color_02 @color/gc_color_01 diff --git a/capture-sdk/sdk/src/main/res/values/styles.xml b/capture-sdk/sdk/src/main/res/values/styles.xml index 96ff4b9267..cd56a372a5 100644 --- a/capture-sdk/sdk/src/main/res/values/styles.xml +++ b/capture-sdk/sdk/src/main/res/values/styles.xml @@ -14,6 +14,7 @@ @color/gc_light_01 ?attr/colorOnBackground true + @android:color/transparent ?attr/colorPrimary @color/gc_light_01 @color/gc_dark_05 diff --git a/health-sdk/example-app/src/main/res/values/styles.xml b/health-sdk/example-app/src/main/res/values/styles.xml index 819c08ff3a..9bee44609b 100644 --- a/health-sdk/example-app/src/main/res/values/styles.xml +++ b/health-sdk/example-app/src/main/res/values/styles.xml @@ -12,6 +12,7 @@ @color/ghs_color_01 @color/ghs_color_02 @color/ghs_color_contrast_02 + @android:color/transparent @color/ghs_color_03 @color/ghs_color_03 ?attr/colorOnBackground diff --git a/health-sdk/sdk/src/main/res/values/styles.xml b/health-sdk/sdk/src/main/res/values/styles.xml index cc0df00762..ba8bb871bc 100644 --- a/health-sdk/sdk/src/main/res/values/styles.xml +++ b/health-sdk/sdk/src/main/res/values/styles.xml @@ -18,6 +18,7 @@ @color/ghs_light_01 ?attr/colorOnBackground true + @android:color/transparent ?attr/colorPrimary @style/GiniHealthTheme.ThemeOverlay.Dialog.Alert @style/Widget.MaterialComponents.Toolbar.Surface