Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawable/ic_arrowhead_right with …
Browse files Browse the repository at this point in the history
…@drawable/mozac_ic_arrowhead_right
  • Loading branch information
gabrielluong committed Jan 20, 2022
1 parent e13bfac commit 9fc6d64
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions app/src/main/res/drawable/ic_arrowhead_right.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/quicksettings_website_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,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">
Expand Down

0 comments on commit 9fc6d64

Please sign in to comment.