Skip to content

Commit

Permalink
fix: Replace notification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Feb 1, 2024
1 parent 59380ec commit b0e0876
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file removed app/src/main/res/drawable/ic_stat_notifications.png
Binary file not shown.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_stat_notifications.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M7.58,4.08L6.15,2.65C3.75,4.48 2.17,7.3 2.03,10.5h2c0.15,-2.65 1.51,-4.97 3.55,-6.42zM19.97,10.5h2c-0.15,-3.2 -1.73,-6.02 -4.12,-7.85l-1.42,1.43c2.02,1.45 3.39,3.77 3.54,6.42zM18,11c0,-3.07 -1.64,-5.64 -4.5,-6.32L13.5,4c0,-0.83 -0.67,-1.5 -1.5,-1.5s-1.5,0.67 -1.5,1.5v0.68C7.63,5.36 6,7.92 6,11v5l-2,2v1h16v-1l-2,-2v-5zM12,22c0.14,0 0.27,-0.01 0.4,-0.04 0.65,-0.14 1.18,-0.58 1.44,-1.18 0.1,-0.24 0.15,-0.5 0.15,-0.78h-4c0.01,1.1 0.9,2 2.01,2z" />
</vector>

0 comments on commit b0e0876

Please sign in to comment.