Commit 7f6e484b authored by Javier Ernesto Flores Robles's avatar Javier Ernesto Flores Robles Committed by Commit Bot

[iOS][MF] Replace address icon with ic_place

Bug: 845472
Change-Id: I2f37b2310f16f0591e503929229eada33b3aec20
Reviewed-on: https://chromium-review.googlesource.com/c/1329244Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608334}
parent cbf246df
......@@ -109,7 +109,6 @@ source_set("manual_fill_ui") {
"//ios/chrome/app/strings:ios_strings_grit",
"//ios/chrome/browser",
"//ios/chrome/browser/autofill/manual_fill:manual_fill",
"//ios/chrome/browser/ui/autofill/manual_fill/resources:addresses",
"//ios/chrome/browser/ui/autofill/manual_fill/resources:mf_arrow_down",
"//ios/chrome/browser/ui/autofill/manual_fill/resources:mf_arrow_up",
"//ios/chrome/browser/ui/autofill/manual_fill/resources:mf_gradient",
......@@ -120,6 +119,7 @@ source_set("manual_fill_ui") {
"//ios/chrome/common/ui_util:ui_util",
"//net:net",
"//third_party/material_design_icons:ic_credit_card",
"//third_party/material_design_icons:ic_place",
"//third_party/material_design_icons:ic_vpn_key",
"//ui/base:base",
]
......
......@@ -139,7 +139,7 @@ static NSTimeInterval MFAnimationDuration = 0.20;
[icons addObject:self.cardsButton];
self.accountButton = [UIButton buttonWithType:UIButtonTypeSystem];
UIImage* accountImage = [UIImage imageNamed:@"addresses"];
UIImage* accountImage = [UIImage imageNamed:@"ic_place"];
[self.accountButton setImage:accountImage forState:UIControlStateNormal];
self.accountButton.tintColor = tintColor;
self.accountButton.translatesAutoresizingMaskIntoConstraints = NO;
......
......@@ -4,15 +4,6 @@
import("//build/config/ios/asset_catalog.gni")
imageset("addresses") {
sources = [
"addresses.imageset/Contents.json",
"addresses.imageset/addresses.png",
"addresses.imageset/addresses@2x.png",
"addresses.imageset/addresses@3x.png",
]
}
imageset("mf_arrow_down") {
sources = [
"mf_arrow_down.imageset/Contents.json",
......
{
"images": [
{
"idiom": "universal",
"scale": "1x",
"filename": "addresses.png"
},
{
"idiom": "universal",
"scale": "2x",
"filename": "addresses@2x.png"
},
{
"idiom": "universal",
"scale": "3x",
"filename": "addresses@3x.png"
}
],
"info": {
"version": 1,
"author": "xcode"
}
}
......@@ -44,6 +44,7 @@ _image_sets = [
"hardware/ic_mouse",
"image/ic_photo_camera",
"image/ic_photo_library",
"maps/ic_place",
"navigation/ic_arrow_back",
"navigation/ic_arrow_forward_white",
"navigation/ic_check",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment