Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_menu with @drawable/mo…
Browse files Browse the repository at this point in the history
…zac_ic_menu
  • Loading branch information
gabrielluong authored and pkirakosyan committed Mar 9, 2022
1 parent 36a7b0d commit 5039e59
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 19 deletions.
13 changes: 0 additions & 13 deletions app/src/main/res/drawable/ic_menu.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 @@ -82,7 +82,7 @@
app:layout_constraintBottom_toBottomOf="@id/collection_icon"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/collection_icon"
app:srcCompat="@drawable/ic_menu"
app:srcCompat="@drawable/mozac_ic_menu"
tools:visibility="visible" />

<View
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/component_tabstray2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
app:layout_constraintBottom_toBottomOf="@id/tab_layout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/tab_layout"
app:srcCompat="@drawable/ic_menu"
app:srcCompat="@drawable/mozac_ic_menu"
app:tint="@color/fx_mobile_icon_color_primary" />

<View
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/library_site_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
android:layout_height="@dimen/glyph_button_height"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/content_description_menu"
app:srcCompat="@drawable/ic_menu"
app:srcCompat="@drawable/mozac_ic_menu"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/search_engine_radio_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
android:layout_height="@dimen/glyph_button_height"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/content_description_menu"
app:srcCompat="@drawable/ic_menu" />
app:srcCompat="@drawable/mozac_ic_menu" />
</LinearLayout>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/tab_preview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
android:layout_height="48dp"
android:layout_gravity="center"
android:scaleType="center"
app:srcCompat="@drawable/ic_menu"
app:srcCompat="@drawable/mozac_ic_menu"
app:tint="?primaryText" />
</LinearLayout>
</merge>
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 @@ -45,6 +45,6 @@
app:layout_constraintBottom_toBottomOf="@id/topBar"
app:layout_constraintEnd_toEndOf="@id/topBar"
app:layout_constraintTop_toTopOf="@id/topBar"
app:srcCompat="@drawable/ic_menu"
app:srcCompat="@drawable/mozac_ic_menu"
app:tint="@color/contrast_text_normal_theme" />
</merge>

0 comments on commit 5039e59

Please sign in to comment.