Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_notifications_enabled …
Browse files Browse the repository at this point in the history
…with @drawable/mozac_ic_notification
  • Loading branch information
gabrielluong authored and pkirakosyan committed Mar 9, 2022
1 parent d4995d9 commit 3a54ecd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_notifications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/enabled"
android:drawable="@drawable/ic_notifications_enabled"
android:drawable="@drawable/mozac_ic_notification"
android:state_enabled="true" />
<item
android:id="@+id/disabled"
Expand Down
16 changes: 0 additions & 16 deletions app/src/main/res/drawable/ic_notifications_enabled.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>

<androidx.preference.Preference
android:icon="@drawable/ic_notifications_enabled"
android:icon="@drawable/mozac_ic_notification"
android:key="@string/pref_key_phone_feature_notification"
android:title="@string/preference_phone_feature_notification"
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/site_permissions_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>

<androidx.preference.Preference
android:icon="@drawable/ic_notifications_enabled"
android:icon="@drawable/mozac_ic_notification"
android:key="@string/pref_key_phone_feature_notification"
android:title="@string/preference_phone_feature_notification"
android:summary="@string/preference_option_phone_feature_ask_to_allow"
Expand Down

0 comments on commit 3a54ecd

Please sign in to comment.