From 049ae4a22ac0ea028e5b20ced831359688322a14 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 7 Mar 2022 10:08:01 +0000 Subject: [PATCH] making the profile screen toolbar transparent, matches the designs for dark mode --- vector/src/main/res/layout/fragment_ftue_profile_picture.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/vector/src/main/res/layout/fragment_ftue_profile_picture.xml b/vector/src/main/res/layout/fragment_ftue_profile_picture.xml index 6ebb5cc2f6..2ad4852646 100644 --- a/vector/src/main/res/layout/fragment_ftue_profile_picture.xml +++ b/vector/src/main/res/layout/fragment_ftue_profile_picture.xml @@ -31,6 +31,7 @@ style="@style/Widget.Vector.Toolbar.Settings" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="@android:color/transparent" android:visibility="invisible" app:layout_constraintBottom_toTopOf="@id/profilePictureView" app:layout_constraintTop_toBottomOf="@id/profilePictureToolbar"