From cb0e93c43ed91b035bf2e5816483e1bd5e4622de Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 23 Apr 2020 16:23:36 +0200 Subject: [PATCH] use theme notice color --- vector/src/main/res/layout/item_verification_wait.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/layout/item_verification_wait.xml b/vector/src/main/res/layout/item_verification_wait.xml index 4281e0c2b6..a5c4ae6f1b 100644 --- a/vector/src/main/res/layout/item_verification_wait.xml +++ b/vector/src/main/res/layout/item_verification_wait.xml @@ -28,7 +28,7 @@ android:layout_marginTop="16dp" android:scaleType="fitCenter" android:src="@drawable/ic_monitor" - android:tint="@color/riotx_notice_secondary" + android:tint="?vctr_notice_secondary" app:layout_constraintEnd_toStartOf="@id/smartphoneIcon" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/use_latest_riot" /> @@ -40,7 +40,7 @@ android:layout_marginTop="16dp" android:scaleType="fitCenter" android:src="@drawable/ic_smartphone" - android:tint="@color/riotx_notice_secondary" + android:tint="?vctr_notice_secondary" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/monitorIcon" app:layout_constraintTop_toBottomOf="@+id/use_latest_riot" />