Bug 1840210 - Rename mozac_ic_close_20 to mozac_ic_cross_20

fenix/117.0
Gabriel Luong 11 months ago committed by mergify[bot]
parent d6d5fb91e1
commit dc17168877

@ -145,7 +145,7 @@ private fun MessageCardIconButton(
onClick = onCloseButtonClick,
) {
Icon(
painter = painterResource(R.drawable.mozac_ic_close_20),
painter = painterResource(R.drawable.mozac_ic_cross_20),
contentDescription = stringResource(
R.string.content_description_close_button,
),

@ -202,7 +202,7 @@ private fun InactiveTabsAutoClosePrompt(
modifier = Modifier.size(20.dp),
) {
Icon(
painter = painterResource(R.drawable.mozac_ic_close_20),
painter = painterResource(R.drawable.mozac_ic_cross_20),
contentDescription =
stringResource(R.string.tab_tray_inactive_auto_close_button_content_description),
tint = FirefoxTheme.colors.iconPrimary,

@ -50,7 +50,7 @@
android:contentDescription="@string/mozac_feature_downloads_button_close"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/mozac_ic_close_20"
app:srcCompat="@drawable/mozac_ic_cross_20"
app:tint="?attr/textPrimary" />
<TextView

@ -35,7 +35,7 @@
app:layout_constraintBottom_toBottomOf="@id/no_collections_header"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/no_collections_header"
app:srcCompat="@drawable/mozac_ic_close_20"
app:srcCompat="@drawable/mozac_ic_cross_20"
app:tint="?attr/textPrimary" />
<TextView

@ -54,7 +54,7 @@
android:contentDescription="@string/content_description_close_button"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/mozac_ic_close_20"
app:srcCompat="@drawable/mozac_ic_cross_20"
app:tint="@color/fx_mobile_private_text_color_primary" />
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>

@ -77,7 +77,7 @@ A FrameLayout here is an efficient way of having a views stack while allowing:
app:layout_constraintBottom_toTopOf="@+id/horizonatal_divider"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/mozac_ic_close_20"
app:srcCompat="@drawable/mozac_ic_cross_20"
app:tint="@color/fx_mobile_text_color_primary" />
<View

Loading…
Cancel
Save