Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_microphone_enabled wit…
Browse files Browse the repository at this point in the history
…h @drawable/mozac_ic_microphone
  • Loading branch information
gabrielluong committed Jan 20, 2022
1 parent c4c95c6 commit d749ed6
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_microphone.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_microphone_enabled"
android:drawable="@drawable/mozac_ic_microphone"
android:state_enabled="true" />
<item
android:id="@+id/disabled"
Expand Down
16 changes: 0 additions & 16 deletions app/src/main/res/drawable/ic_microphone_enabled.xml

This file was deleted.

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

<androidx.preference.Preference
android:icon="@drawable/ic_microphone_enabled"
android:icon="@drawable/mozac_ic_microphone"
android:key="@string/pref_key_phone_feature_microphone"
android:title="@string/preference_phone_feature_microphone"
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 @@ -24,7 +24,7 @@
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>

<androidx.preference.Preference
android:icon="@drawable/ic_microphone_enabled"
android:icon="@drawable/mozac_ic_microphone"
android:key="@string/pref_key_phone_feature_microphone"
android:title="@string/preference_phone_feature_microphone"
android:summary="@string/preference_option_phone_feature_ask_to_allow"/>
Expand Down

0 comments on commit d749ed6

Please sign in to comment.