Bug 1840210 - Rename mozac_ic_check to mozac_ic_checkmark_24

fenix/117.0
Gabriel Luong 11 months ago committed by mergify[bot]
parent ba945b34c9
commit 078b16849a

@ -279,7 +279,7 @@ private fun Thumbnail(
backgroundColor = FirefoxTheme.colors.layerAccent,
) {
Icon(
painter = painterResource(id = R.drawable.mozac_ic_check),
painter = painterResource(id = R.drawable.mozac_ic_checkmark_24),
modifier = Modifier
.matchParentSize()
.padding(all = 8.dp),

@ -218,7 +218,7 @@ private fun Thumbnail(
backgroundColor = FirefoxTheme.colors.layerAccent,
) {
Icon(
painter = painterResource(id = R.drawable.mozac_ic_check),
painter = painterResource(id = R.drawable.mozac_ic_checkmark_24),
modifier = Modifier
.matchParentSize()
.padding(all = 8.dp),

@ -21,6 +21,6 @@
android:backgroundTint="@color/fx_mobile_layer_color_accent"
android:elevation="1dp"
android:padding="8dp"
app:srcCompat="@drawable/mozac_ic_check"
app:srcCompat="@drawable/mozac_ic_checkmark_24"
app:tint="@color/photonWhite" />
</FrameLayout>

@ -36,7 +36,7 @@
android:padding="10dp"
android:background="@drawable/favicon_background"
android:backgroundTint="?accent"
app:srcCompat="@drawable/mozac_ic_check" />
app:srcCompat="@drawable/mozac_ic_checkmark_24" />
</ImageSwitcher>
<TextView

@ -14,7 +14,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/locale_list_margin"
android:contentDescription="@string/a11y_selected_locale_content_description"
app:srcCompat="@drawable/mozac_ic_check"
app:srcCompat="@drawable/mozac_ic_checkmark_24"
app:tint="?attr/textPrimary"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="parent"

@ -6,7 +6,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/add_search_engine"
android:icon="@drawable/mozac_ic_check"
android:icon="@drawable/mozac_ic_checkmark_24"
app:iconTint="?attr/textPrimary"
android:title="@string/search_engine_add_button_content_description"
app:showAsAction="always" />

@ -13,7 +13,7 @@
app:showAsAction="ifRoom" />
<item
android:id="@+id/save_address_button"
android:icon="@drawable/mozac_ic_check"
android:icon="@drawable/mozac_ic_checkmark_24"
android:title="@string/address_menu_save_address"
app:iconTint="?attr/textPrimary"
app:showAsAction="ifRoom" />

@ -6,7 +6,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/confirm_add_folder_button"
android:icon="@drawable/mozac_ic_check"
android:icon="@drawable/mozac_ic_checkmark_24"
app:iconTint="?attr/textPrimary"
android:title="@string/bookmark_menu_save_button"
app:showAsAction="ifRoom" />

@ -13,7 +13,7 @@
app:showAsAction="ifRoom" />
<item
android:id="@+id/save_bookmark_button"
android:icon= "@drawable/mozac_ic_check"
android:icon= "@drawable/mozac_ic_checkmark_24"
app:iconTint="?attr/textPrimary"
android:title="@string/bookmark_menu_save_button"
android:contentDescription="@string/bookmark_menu_save_button"

@ -13,7 +13,7 @@
app:showAsAction="ifRoom" />
<item
android:id="@+id/save_credit_card_button"
android:icon="@drawable/mozac_ic_check"
android:icon="@drawable/mozac_ic_checkmark_24"
android:title="@string/credit_cards_menu_save"
app:iconTint="?attr/textPrimary"
app:showAsAction="ifRoom" />

@ -6,7 +6,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/save_button"
android:icon="@drawable/mozac_ic_check"
android:icon="@drawable/mozac_ic_checkmark_24"
app:iconTint="?attr/textPrimary"
android:title="@string/search_engine_add_custom_search_engine_edit_button_content_description"
app:showAsAction="always" />

@ -7,7 +7,7 @@
android:id="@+id/login_save">
<item
android:id="@+id/save_login_button"
android:icon="@drawable/mozac_ic_check"
android:icon="@drawable/mozac_ic_checkmark_24"
app:iconTint="@color/save_enabled_ic_color"
android:title="@string/save_changes_to_login"
app:showAsAction="always" />

Loading…
Cancel
Save