From a84a733fc72d71a3991b5d5e3d9390fc724d00c5 Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Tue, 29 Mar 2022 13:56:17 +0530 Subject: pvc: Add support for dark mode --- app/src/main/res/drawable/ic_shield_off.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/drawable/ic_shield_off.xml') diff --git a/app/src/main/res/drawable/ic_shield_off.xml b/app/src/main/res/drawable/ic_shield_off.xml index 7c2fc8e..8f811a2 100644 --- a/app/src/main/res/drawable/ic_shield_off.xml +++ b/app/src/main/res/drawable/ic_shield_off.xml @@ -2,14 +2,15 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24" - android:viewportHeight="24"> + android:viewportHeight="24" + android:tint="@color/red_off"> + android:strokeColor="#000000"/> -- cgit v1.2.3