mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Bug 1862246 - Rename mozac_ic_add_to_home_screen_24 to mozac_ic_add_to_homescreen_24
This commit is contained in:
parent
d5c46a6624
commit
25ff1229ba
@ -182,7 +182,7 @@ open class DefaultToolbarMenu(
|
||||
|
||||
private val installToHomescreen = BrowserMenuHighlightableItem(
|
||||
label = context.getString(R.string.browser_menu_install_on_homescreen),
|
||||
startImageResource = R.drawable.mozac_ic_add_to_home_screen_24,
|
||||
startImageResource = R.drawable.mozac_ic_add_to_homescreen_24,
|
||||
iconTintColorResource = primaryTextColor(),
|
||||
highlight = BrowserMenuHighlight.LowPriority(
|
||||
label = context.getString(R.string.browser_menu_install_on_homescreen),
|
||||
@ -271,7 +271,7 @@ open class DefaultToolbarMenu(
|
||||
|
||||
private val addToHomeScreenItem = BrowserMenuImageText(
|
||||
label = context.getString(R.string.browser_menu_add_to_homescreen),
|
||||
imageResource = R.drawable.mozac_ic_add_to_home_screen_24,
|
||||
imageResource = R.drawable.mozac_ic_add_to_homescreen_24,
|
||||
iconTintColorResource = primaryTextColor(),
|
||||
isCollapsingMenuLimit = true,
|
||||
) {
|
||||
|
@ -47,7 +47,7 @@
|
||||
app:layout_constraintEnd_toStartOf="@id/description"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/dialog_title"
|
||||
app:srcCompat="@drawable/mozac_ic_add_to_home_screen_24" />
|
||||
app:srcCompat="@drawable/mozac_ic_add_to_homescreen_24" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/description"
|
||||
|
Loading…
Reference in New Issue
Block a user