improve notification icon

This commit is contained in:
Arne 2023-11-04 15:48:33 +01:00
parent bca37d4850
commit 6065aa2bd2
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#000000"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M12,22c1.1,0 2,-0.9 2,-2h-4c0,1.1 0.89,2 2,2zM18,16v-5c0,-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,-2z"/>
</vector>

View file

@ -161,7 +161,7 @@
android:layout_marginLeft="1sp"
android:layout_toLeftOf="@+id/pinned_on_top"
android:alpha="?attr/icon_alpha"
android:src="@drawable/ic_notifications_grey600_24dp" />
android:src="@drawable/ic_notifications_black_24dp" />
<ImageView
android:id="@+id/pinned_on_top"