For #23121 - Replace @drawable/ic_arrowhead_right with @drawable/mozac_ic_arrowhead_right

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent ae38410106
commit 5a6f349ea8

@ -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:autoMirrored="true"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?primaryText"
android:pathData="M14.289,12 L7.57,5.28a0.75,0.75 0,1 1,1.061 -1.061l7.37,7.37v0.821l-7.37,7.37a0.748,0.748 0,0 1,-1.061 0,0.75 0.75,0 0,1 0,-1.061L14.289,12z" />
</vector>

@ -30,7 +30,7 @@
android:layout_alignParentEnd="true"
android:text="@string/enhanced_tracking_protection_details"
android:visibility="gone"
app:drawableEndCompat="@drawable/ic_arrowhead_right"
app:drawableEndCompat="@drawable/mozac_ic_arrowhead_right"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />

@ -64,7 +64,7 @@
android:layout_width="match_parent"
android:paddingStart="8dp"
android:layout_height="wrap_content"
app:drawableEndCompat="@drawable/ic_arrowhead_right"
app:drawableEndCompat="@drawable/mozac_ic_arrowhead_right"
android:paddingEnd="0dp"
tools:text="Connection is secure" />
</LinearLayout>

@ -81,7 +81,7 @@
app:layout_constraintBottom_toBottomOf="@id/learn_more"
app:layout_constraintStart_toEndOf="@id/learn_more"
app:layout_constraintTop_toTopOf="@id/learn_more"
app:srcCompat="@drawable/ic_arrowhead_right" />
app:srcCompat="@drawable/mozac_ic_arrowhead_right" />
<androidx.constraintlayout.widget.Guideline
android:id="@+id/guideline"

@ -463,7 +463,7 @@
<style name="QuickSettingsLargeText.Icon">
<item name="android:drawablePadding">8dp</item>
<item name="drawableEndCompat">@drawable/ic_arrowhead_right</item>
<item name="drawableEndCompat">@drawable/mozac_ic_arrowhead_right</item>
</style>
<style name="QuickSettingsText.Icon">

Loading…
Cancel
Save