Skip to content

Commit fa1c11f

Browse files
committed
Remove pin and notifications night icons
They were added by accident in PRs not properly rebased on top of #7518, they can be removed safely.
1 parent 2623f0e commit fa1c11f

4 files changed

Lines changed: 2 additions & 28 deletions

File tree

app/src/main/res/drawable-night/ic_notifications.xml

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

app/src/main/res/drawable-night/ic_pin.xml

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
22
android:width="24dp"
33
android:height="24dp"
4+
android:tint="@color/defaultIconTint"
45
android:viewportWidth="24"
56
android:viewportHeight="24">
67
<path

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
22
android:width="24dp"
33
android:height="24dp"
4+
android:tint="@color/defaultIconTint"
45
android:viewportWidth="24"
56
android:viewportHeight="24">
67
<path

0 commit comments

Comments
 (0)