summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/res/drawable/ic_action_add_white.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_add_white.xml
parent50b21e95c383e7c64ac64ffd8d774631252b2c4c (diff)
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_add_white.xml')
-rw-r--r--ui/src/main/res/drawable/ic_action_add_white.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/src/main/res/drawable/ic_action_add_white.xml b/ui/src/main/res/drawable/ic_action_add_white.xml
index 18fe19db..1ea440df 100644
--- a/ui/src/main/res/drawable/ic_action_add_white.xml
+++ b/ui/src/main/res/drawable/ic_action_add_white.xml
@@ -1,9 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
+ android:tint="?attr/colorControlNormal"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
<path
- android:fillColor="?attr/colorOnSecondary"
+ android:fillColor="#FFFFFFFF"
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
</vector>