aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/drawable/ic_action_delete.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-05-26 05:59:17 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-05-26 06:01:03 +0530
commit81c571f0c700f4da438ae06e3a61cfa984374785 (patch)
tree00732092a98c30710e6eb84b42ed9df8b2311d84 /ui/src/main/res/drawable/ic_action_delete.xml
parentgradle: bump ConstraintLayout and MDC (diff)
downloadwireguard-android-81c571f0c700f4da438ae06e3a61cfa984374785.tar.xz
wireguard-android-81c571f0c700f4da438ae06e3a61cfa984374785.zip
ui: normalise icon tints and remove unused drawable
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res/drawable/ic_action_delete.xml')
-rw-r--r--ui/src/main/res/drawable/ic_action_delete.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/src/main/res/drawable/ic_action_delete.xml b/ui/src/main/res/drawable/ic_action_delete.xml
index 51517c42..73eb7352 100644
--- a/ui/src/main/res/drawable/ic_action_delete.xml
+++ b/ui/src/main/res/drawable/ic_action_delete.xml
@@ -1,9 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
+ android:tint="?attr/colorControlNormal"
android:viewportWidth="24"
android:viewportHeight="24">
<path
- android:fillColor="?attr/colorOnPrimary"
+ android:fillColor="#FFFFFFFF"
android:pathData="M6,19c0,1.1 0.9,2 2,2h8c1.1,0 2,-0.9 2,-2V7H6v12zM19,4h-3.5l-1,-1h-5l-1,1H5v2h14V4z" />
</vector>