Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_internet with @drawabl…
Browse files Browse the repository at this point in the history
…e/mozac_ic_globe
  • Loading branch information
gabrielluong committed Jan 20, 2022
1 parent bcdbdb6 commit d76ae21
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 18 deletions.
13 changes: 0 additions & 13 deletions app/src/main/res/drawable/ic_internet.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
android:scaleType="fitCenter"
android:layout_marginStart="16dp"
android:layout_gravity="center_vertical"
tools:drawable="@drawable/ic_internet" />
tools:drawable="@drawable/mozac_ic_globe" />

<TextView
android:id="@+id/title"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:layout_height="24dp"
android:importantForAccessibility="no"
android:scaleType="fitCenter"
app:drawableStartCompat="@drawable/ic_internet"/>
app:drawableStartCompat="@drawable/mozac_ic_globe"/>

<TextView
android:id="@+id/exception_text"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/logins_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
<androidx.preference.Preference
android:key="@string/pref_key_login_exceptions"
android:title="@string/preferences_passwords_exceptions"
app:icon="@drawable/ic_internet" />
app:icon="@drawable/mozac_ic_globe" />
</PreferenceScreen>
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 @@ -58,7 +58,7 @@
app:allowDividerBelow="true"/>

<androidx.preference.Preference
android:icon="@drawable/ic_internet"
android:icon="@drawable/mozac_ic_globe"
android:key="@string/pref_key_show_site_exceptions"
android:title="@string/preference_exceptions"
app:allowDividerAbove="true"/>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/tracking_protection_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
android:title="@string/etp_redirect_trackers_title" />

<Preference
android:icon="@drawable/ic_internet"
android:icon="@drawable/mozac_ic_globe"
android:key="@string/pref_key_tracking_protection_exceptions"
android:title="@string/preferences_tracking_protection_exceptions"
app:allowDividerAbove="true" />
Expand Down

0 comments on commit d76ae21

Please sign in to comment.