summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_star_outline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/ic_star_outline.xml')
-rw-r--r--app/src/main/res/drawable/ic_star_outline.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/drawable/ic_star_outline.xml b/app/src/main/res/drawable/ic_star_outline.xml
index 162182baf..70463a76a 100644
--- a/app/src/main/res/drawable/ic_star_outline.xml
+++ b/app/src/main/res/drawable/ic_star_outline.xml
@@ -1,10 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="28dp"
android:height="28dp"
- android:tint="?attr/iconColor"
+ android:tint="?attr/colorControlNormal"
android:viewportWidth="28"
android:viewportHeight="28">
<path
- android:fillColor="?attr/iconColor"
+ android:fillColor="?attr/colorControlNormal"
android:pathData="M22,9.24l-7.19,-0.62L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21 12,17.27 18.18,21l-1.63,-7.03L22,9.24zM12,15.4l-3.76,2.27 1,-4.28 -3.32,-2.88 4.38,-0.38L12,6.1l1.71,4.04 4.38,0.38 -3.32,2.88 1,4.28L12,15.4z" />
</vector>