Skip to content

Commit ef5c713

Browse files
committed
Replace checklist menu drawable
1 parent 5ccf2d7 commit ef5c713

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:tint="@color/defaultIconTint"
5+
android:viewportWidth="24"
6+
android:viewportHeight="24">
7+
<path
8+
android:fillColor="#FF000000"
9+
android:pathData="M22,7h-9v2h9V7zM22,15h-9v2h9V15zM5.54,11L2,7.46l1.41,-1.41l2.12,2.12l4.24,-4.24l1.41,1.41L5.54,11zM5.54,19L2,15.46l1.41,-1.41l2.12,2.12l4.24,-4.24l1.41,1.41L5.54,19z" />
10+
</vector>

app/src/main/res/drawable/ic_list_check.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/src/main/res/menu/menu_notifications_channels.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<item
66
android:id="@+id/action_toggle_all"
7-
android:icon="@drawable/ic_list_check"
7+
android:icon="@drawable/ic_checklist"
88
android:title="@string/toggle_all"
99
app:showAsAction="ifRoom" />
1010
</menu>

0 commit comments

Comments
 (0)