From bd767a82dd3abe17e59cf174a9d69e32d34ced77 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Fri, 12 Nov 2021 11:06:33 +0100 Subject: [PATCH] Verification shield should be green, independent of accent color https://github.com/SchildiChat/SchildiChat-android/issues/97 Change-Id: I650beda71b9f06f1c40a06a128972ffa70185d25 --- vector/src/main/res/drawable-v24/ic_shield_custom.xml | 2 +- vector/src/main/res/drawable-v24/ic_shield_trusted.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/drawable-v24/ic_shield_custom.xml b/vector/src/main/res/drawable-v24/ic_shield_custom.xml index e258223d04..b04e7b6032 100644 --- a/vector/src/main/res/drawable-v24/ic_shield_custom.xml +++ b/vector/src/main/res/drawable-v24/ic_shield_custom.xml @@ -7,7 +7,7 @@ android:strokeWidth="1" android:pathData="M12,21C12,21 21,17.2 21,11.5V4.85L12,2L3,4.85V11.5C3,17.2 12,21 12,21Z" android:strokeLineJoin="round" - android:fillColor="?attr/colorAccent" + android:fillColor="?attr/vctr_encrypting_message_text_color" android:fillType="evenOdd" android:strokeColor="#ffffff" android:strokeLineCap="round"/> diff --git a/vector/src/main/res/drawable-v24/ic_shield_trusted.xml b/vector/src/main/res/drawable-v24/ic_shield_trusted.xml index 3d0aa44df4..e352ee266d 100644 --- a/vector/src/main/res/drawable-v24/ic_shield_trusted.xml +++ b/vector/src/main/res/drawable-v24/ic_shield_trusted.xml @@ -7,7 +7,7 @@ android:strokeWidth="1" android:pathData="M12,21C12,21 21,17.2 21,11.5V4.85L12,2L3,4.85V11.5C3,17.2 12,21 12,21Z" android:strokeLineJoin="round" - android:fillColor="?attr/colorAccent" + android:fillColor="?attr/vctr_encrypting_message_text_color" android:fillType="evenOdd" android:strokeColor="#ffffff" android:strokeLineCap="round"/>