Skip to content

Commit

Permalink
widgets: fix default cover icon
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jan 16, 2024
1 parent 6c42718 commit 5ab05b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/ic_remote_default_cover_24.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?attr/colorSurfaceInverse"
android:fillColor="?attr/colorOnSurfaceInverse"
android:pathData="M 2.6000008,9.3143836e-7 H 21.399999 c 1.4404,0 2.6,1.15959996856164 2.6,2.59999986856164 V 21.399999 c 0,1.4404 -1.1596,2.6 -2.6,2.6 H 2.6000008 c -1.4403999,0 -2.59999986856164,-1.1596 -2.59999986856164,-2.6 V 2.6000008 C 9.3143836e-7,1.1596009 1.1596009,9.3143836e-7 2.6000008,9.3143836e-7 Z" />
<group
android:scaleX="0.5"
android:scaleY="0.5"
android:translateX="6"
android:translateY="6">
<path
android:fillColor="?attr/colorOnSurfaceInverse"
android:fillColor="?attr/colorSurfaceInverse"
android:pathData="M10,21Q8.35,21 7.175,19.825Q6,18.65 6,17Q6,15.35 7.175,14.175Q8.35,13 10,13Q10.575,13 11.062,13.137Q11.55,13.275 12,13.55V3H18V7H14V17Q14,18.65 12.825,19.825Q11.65,21 10,21Z" />
</group>

Expand Down

0 comments on commit 5ab05b7

Please sign in to comment.