For #23121 - Replace @drawble/ic_internet with @drawable/mozac_ic_globe

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent ef026d3ec2
commit 4d8adce85e

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?primaryText"
android:pathData="M12 2.5A9.5 9.5 0 0 0 2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5zm7.962 8.75h-3.008a11.503 11.503 0 0 0-2.666-6.65h0.742a8.014 8.014 0 0 1 4.932 6.65zm-7.749 8.15h-0.429a9.988 9.988 0 0 1-3.238-6.65h6.908a9.978 9.978 0 0 1-3.241 6.65zm-3.667-8.15a10.007 10.007 0 0 1 3.232-6.65h0.446a10.015 10.015 0 0 1 3.231 6.65H8.546zM8.97 4.6h0.743a11.499 11.499 0 0 0-2.667 6.65H4.038A8.014 8.014 0 0 1 8.97 4.6zm-4.932 8.15h3.008a11.476 11.476 0 0 0 2.67 6.65H8.97a8.014 8.014 0 0 1-4.932-6.65zM15.03 19.4h-0.733a11.465 11.465 0 0 0 2.658-6.65h3.007a8.014 8.014 0 0 1-4.932 6.65z" />
</vector>

@ -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"

@ -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"

@ -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>

@ -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"/>

@ -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" />

Loading…
Cancel
Save