Skip to content

Commit

Permalink
Use correct color attributes in compass icon. (#4443)
Browse files Browse the repository at this point in the history
Co-authored-by: Sharvani Haran <[email protected]>
  • Loading branch information
dbrant and sharvaniharan authored Feb 5, 2024
1 parent fec1683 commit 6f85d5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/drawable/ic_compass_with_bg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
android:viewportHeight="36">
<path
android:pathData="M18.53,0L18.53,0A18,18 0,0 1,36.53 18L36.53,18A18,18 0,0 1,18.53 36L18.53,36A18,18 0,0 1,0.53 18L0.53,18A18,18 0,0 1,18.53 0z"
android:fillColor="#fff"/>
android:fillColor="?attr/background_color"/>
<path
android:pathData="m13.273,18 l4.727,-13v11.316c-0.453,0 -0.847,0.167 -1.182,0.502 -0.335,0.335 -0.502,0.729 -0.502,1.182z"
android:strokeAlpha="0.9"
android:fillColor="#b32424"
android:fillColor="?attr/destructive_color"
android:fillAlpha="0.9"/>
<path
android:pathData="m18,5 l4.727,13h-3.043c0,-0.453 -0.167,-0.847 -0.502,-1.182 -0.335,-0.335 -0.729,-0.502 -1.182,-0.502z"
android:fillColor="#b32424"/>
android:fillColor="?attr/destructive_color"/>
<path
android:pathData="m18,31 l-4.727,-13h3.043c0,0.453 0.167,0.847 0.502,1.182 0.335,0.335 0.729,0.502 1.182,0.502z"
android:fillColor="#a2a9b1"/>
android:fillColor="?attr/inactive_color"/>
<path
android:pathData="m22.727,18 l-4.727,13v-11.316c0.453,0 0.847,-0.167 1.182,-0.502 0.335,-0.335 0.502,-0.729 0.502,-1.182z"
android:strokeAlpha="0.9"
android:fillColor="#a2a9b1"
android:fillColor="?attr/inactive_color"
android:fillAlpha="0.9"/>
</vector>

0 comments on commit 6f85d5d

Please sign in to comment.