Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_share with @drawable/m…
Browse files Browse the repository at this point in the history
…ozac_ic_share
  • Loading branch information
gabrielluong authored and pkirakosyan committed Mar 9, 2022
1 parent 8e4507c commit 00a46fb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ open class DefaultToolbarMenu(
}

val share = BrowserMenuItemToolbar.Button(
imageResource = R.drawable.ic_share,
imageResource = R.drawable.mozac_ic_share,
contentDescription = context.getString(R.string.browser_menu_share),
iconTintColorResource = primaryTextColor(),
listener = {
Expand Down
13 changes: 0 additions & 13 deletions app/src/main/res/drawable/ic_share.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/layout/collection_home_list_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
app:layout_constraintBottom_toBottomOf="@id/collection_icon"
app:layout_constraintEnd_toStartOf="@id/collection_overflow_button"
app:layout_constraintTop_toTopOf="@id/collection_icon"
app:srcCompat="@drawable/ic_share"
app:srcCompat="@drawable/mozac_ic_share"
tools:visibility="visible" />

<ImageButton
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/tabstray_multiselect_items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
app:layout_constraintBottom_toBottomOf="@id/topBar"
app:layout_constraintEnd_toStartOf="@id/menu_multi_select"
app:layout_constraintTop_toTopOf="@id/topBar"
app:srcCompat="@drawable/ic_share"
app:srcCompat="@drawable/mozac_ic_share"
app:tint="@color/contrast_text_normal_theme" />

<ImageButton
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/bookmarks_select_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/share_bookmark_multi_select"
android:icon="@drawable/ic_share"
android:icon="@drawable/mozac_ic_share"
app:iconTint="@color/white_color"
android:title="@string/browser_menu_share"
app:showAsAction="ifRoom" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/history_select_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/share_history_multi_select"
android:icon="@drawable/ic_share"
android:icon="@drawable/mozac_ic_share"
app:iconTint="@color/white_color"
android:title="@string/browser_menu_share"
app:showAsAction="ifRoom" />
Expand Down

0 comments on commit 00a46fb

Please sign in to comment.