From a9df474067ecd0eeb0aa1c5ca1f4863f7397b260 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 11 Apr 2022 13:11:32 +0100 Subject: [PATCH] fixing confetti rendering behind the onscreen text by changing z order --- changelog.d/5735.bugfix | 1 + .../res/layout/fragment_ftue_account_created.xml | 12 ++++++------ .../fragment_ftue_personalization_complete.xml | 12 ++++++------ 3 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 changelog.d/5735.bugfix diff --git a/changelog.d/5735.bugfix b/changelog.d/5735.bugfix new file mode 100644 index 0000000000..99012f9254 --- /dev/null +++ b/changelog.d/5735.bugfix @@ -0,0 +1 @@ +Fixes the onboarding confetti rendering behind the content instead of in-front \ No newline at end of file diff --git a/vector/src/main/res/layout/fragment_ftue_account_created.xml b/vector/src/main/res/layout/fragment_ftue_account_created.xml index 83c5cb76b9..268a6d95ac 100644 --- a/vector/src/main/res/layout/fragment_ftue_account_created.xml +++ b/vector/src/main/res/layout/fragment_ftue_account_created.xml @@ -6,12 +6,6 @@ android:layout_height="match_parent" android:background="?colorSecondary"> - - + + diff --git a/vector/src/main/res/layout/fragment_ftue_personalization_complete.xml b/vector/src/main/res/layout/fragment_ftue_personalization_complete.xml index 3d6bb2c02c..f53724551f 100644 --- a/vector/src/main/res/layout/fragment_ftue_personalization_complete.xml +++ b/vector/src/main/res/layout/fragment_ftue_personalization_complete.xml @@ -4,12 +4,6 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - - + +