Bug 1840210 - Rename mozac_ic_info to mozac_ic_information_fill_24

This commit is contained in:
Gabriel Luong
2023-06-24 13:26:23 -04:00
committed by mergify[bot]
parent 75311c8b6b
commit d3b0e47be5
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
android:layout_width="22dp"
android:layout_height="22dp"
android:padding="4dp"
app:srcCompat="@drawable/mozac_ic_info"
app:srcCompat="@drawable/mozac_ic_information_fill_24"
android:background="?android:attr/selectableItemBackgroundBorderless" />
</LinearLayout>

View File

@@ -9,7 +9,7 @@
<!-- We modify the Setting's theme's actionButtonStyle in order to change the padding between
these two items - not great, but it works. Details in @style/SettingsActionButtonStyle. -->
<item android:id="@+id/learn_more"
android:icon="@drawable/mozac_ic_info"
android:icon="@drawable/mozac_ic_information_fill_24"
android:title="@string/preference_autocomplete_learn_more"
app:showAsAction="ifRoom"/>