For #23121 - Replace @drawble/ic_login with @drawable/mozac_ic_login

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent 4d8adce85e
commit 541c56b589

@ -68,7 +68,7 @@ class MasterPasswordTipProvider(
title = context.getString(R.string.mp_homescreen_tip_title),
description = context.getString(R.string.mp_homescreen_tip_message),
learnMoreURL = null,
titleDrawable = AppCompatResources.getDrawable(context, R.drawable.ic_login)
titleDrawable = AppCompatResources.getDrawable(context, R.drawable.mozac_ic_login)
)
private fun showMasterPasswordMigration() {

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M21.25 11h-9.351A5.01 5.01 0 0 0 7 7c-2.757 0-5 2.243-5 5s2.243 5 5 5c2.586 0 4.694-1.98 4.949-4.5H18.5v2.75a0.75 0.75 0 0 0 1.5 0V12.5h1.25a0.75 0.75 0 0 0 0-1.5zM7 15.5c-1.93 0-3.5-1.57-3.5-3.5S5.07 8.5 7 8.5s3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"
android:fillColor="?primaryText" />
</vector>
Loading…
Cancel
Save