Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_location_enabled with …
Browse files Browse the repository at this point in the history
…@drawable/mozac_ic_location
  • Loading branch information
gabrielluong authored and pkirakosyan committed Mar 9, 2022
1 parent c0f2204 commit 9d3cb0a
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_location.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_location_enabled"
android:drawable="@drawable/mozac_ic_location"
android:state_enabled="true" />
<item
android:id="@+id/disabled"
Expand Down
16 changes: 0 additions & 16 deletions app/src/main/res/drawable/ic_location_enabled.xml

This file was deleted.

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

<androidx.preference.Preference
android:icon="@drawable/ic_location_enabled"
android:icon="@drawable/mozac_ic_location"
android:key="@string/pref_key_phone_feature_location"
android:title="@string/preference_phone_feature_location"
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 @@ -18,7 +18,7 @@
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>

<androidx.preference.Preference
android:icon="@drawable/ic_location_enabled"
android:icon="@drawable/mozac_ic_location"
android:key="@string/pref_key_phone_feature_location"
android:title="@string/preference_phone_feature_location"
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>
Expand Down

0 comments on commit 9d3cb0a

Please sign in to comment.