use color attributes instead of fixed colors

This commit is contained in:
sk
2022-12-22 00:57:12 +01:00
parent d69221d85b
commit 750579b1c2
14 changed files with 17 additions and 17 deletions

View File

@@ -5,5 +5,5 @@
android:viewportHeight="4">
<path
android:pathData="M4,2C4,3.1046 3.1046,4 2,4C0.8954,4 0,3.1046 0,2C0,0.8954 0.8954,0 2,0C3.1046,0 4,0.8954 4,2ZM10,2C10,3.1046 9.1046,4 8,4C6.8954,4 6,3.1046 6,2C6,0.8954 6.8954,0 8,0C9.1046,0 10,0.8954 10,2ZM14,4C15.1046,4 16,3.1046 16,2C16,0.8954 15.1046,0 14,0C12.8954,0 12,0.8954 12,2C12,3.1046 12.8954,4 14,4Z"
android:fillColor="@color/gray_500"/>
android:fillColor="?colorGray500"/>
</vector>