aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_shield_off.xml
diff options
context:
space:
mode:
authorAbhishek Aggarwal <warabhishek@e.email>2022-04-04 12:14:51 +0000
committerAbhishek Aggarwal <warabhishek@e.email>2022-04-04 12:14:51 +0000
commit818969e6833fa62fd9c90736b25e824fee3c46d2 (patch)
tree0caaf332de8bba3e6f4b5fc863c36643eda1277b /app/src/main/res/drawable/ic_shield_off.xml
parentdded3d54fd9fd1cb112811cde5404bec3cbec922 (diff)
parenta84a733fc72d71a3991b5d5e3d9390fc724d00c5 (diff)
downloadadvanced-privacy-818969e6833fa62fd9c90736b25e824fee3c46d2.tar.gz
Merge branch '5075_pvc_dark_mode' into 'main'
pvc: Add support for dark mode See merge request e/privacy-central/privacycentralapp!36
Diffstat (limited to 'app/src/main/res/drawable/ic_shield_off.xml')
-rw-r--r--app/src/main/res/drawable/ic_shield_off.xml7
1 files changed, 4 insertions, 3 deletions
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">
<path
android:pathData="M4,11V5.6499L12,2.0943L20,5.6499V11C20,16.0434 16.556,20.7257 12,21.9673C7.444,20.7257 4,16.0434 4,11Z"
android:strokeWidth="2"
android:fillColor="#00000000"
- android:strokeColor="#F8432E"/>
+ android:strokeColor="#000000"/>
<path
android:pathData="M15.1213,10.1213L15.8284,9.4142L14.4142,8L13.7071,8.7071L11.9142,10.5L10.1213,8.7071L9.4142,8L8,9.4142L8.7071,10.1213L10.5,11.9142L8.7071,13.7071L8,14.4142L9.4142,15.8284L10.1213,15.1213L11.9142,13.3284L13.7071,15.1213L14.4142,15.8284L15.8284,14.4142L15.1213,13.7071L13.3284,11.9142L15.1213,10.1213Z"
- android:fillColor="#F8432E"
+ android:fillColor="#000000"
android:fillType="evenOdd"/>
</vector>