diff options
author | Romain Hunault <romain.hunault@e.email> | 2022-03-23 15:36:21 +0000 |
---|---|---|
committer | Romain Hunault <romain.hunault@e.email> | 2022-03-23 15:36:21 +0000 |
commit | 82a45020557916da2a133df297eafc92f9f7c3db (patch) | |
tree | 2e12b5e39ac53ae05474c35bd16e2c2070d4a094 /app/src/main/res/drawable/ic_location.xml | |
parent | 335e504715d6730f701f5897e4cbc49cfdb9f69c (diff) | |
parent | a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (diff) |
Merge branch 'use_system_resources' into 'main'
Use system theme colors. #5082
See merge request e/privacy-central/privacycentralapp!31
Diffstat (limited to 'app/src/main/res/drawable/ic_location.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_location.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/drawable/ic_location.xml b/app/src/main/res/drawable/ic_location.xml deleted file mode 100644 index e117e22..0000000 --- a/app/src/main/res/drawable/ic_location.xml +++ /dev/null @@ -1,10 +0,0 @@ -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="24dp" - android:height="24dp" - android:viewportWidth="24" - android:viewportHeight="24" - android:tint="@color/black"> - <path - android:fillColor="@android:color/white" - android:pathData="M12,8c-2.21,0 -4,1.79 -4,4s1.79,4 4,4 4,-1.79 4,-4 -1.79,-4 -4,-4zM20.94,11c-0.46,-4.17 -3.77,-7.48 -7.94,-7.94L13,1h-2v2.06C6.83,3.52 3.52,6.83 3.06,11L1,11v2h2.06c0.46,4.17 3.77,7.48 7.94,7.94L11,23h2v-2.06c4.17,-0.46 7.48,-3.77 7.94,-7.94L23,13v-2h-2.06zM12,19c-3.87,0 -7,-3.13 -7,-7s3.13,-7 7,-7 7,3.13 7,7 -3.13,7 -7,7z"/> -</vector> |