From dd0897d6e4adda8f8f6518e2d171f2ce961ac3c7 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Wed, 30 Mar 2022 15:53:52 +0200 Subject: [PATCH] Automatic color correction Change-Id: I3d2b339669ab717bf5e3a08cfcdfc46762838667 --- vector/src/main/res/layout/fragment_ftue_account_created.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 77dec9a233..28d1cb3c2e 100644 --- a/vector/src/main/res/layout/fragment_ftue_account_created.xml +++ b/vector/src/main/res/layout/fragment_ftue_account_created.xml @@ -41,7 +41,7 @@ android:layout_height="0dp" android:adjustViewBounds="true" android:background="@drawable/circle" - android:backgroundTint="@color/element_background_light" + android:backgroundTint="?backgroundColorLight" android:importantForAccessibility="no" android:src="@drawable/ic_user_fg" app:layout_constraintBottom_toTopOf="@id/accountCreatedSpace2" @@ -143,7 +143,7 @@ style="@style/Widget.Vector.Button.Login" android:layout_width="0dp" android:layout_height="wrap_content" - android:backgroundTint="@color/element_background_light" + android:backgroundTint="?backgroundColorLight" android:text="@string/ftue_account_created_take_me_home" android:textAllCaps="true" android:textColor="?colorSecondary"