Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: chrome/android/java/res/drawable/logo_avatar_anonymous.xml

Issue 2912083003: Replace assets for avatar placeholder on Android (Closed)
Patch Set: Fix makeRoundUserPicture Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2017 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6 <vector xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:tools="http://schemas.android.com/tools"
8 tools:targetApi="21"
9 android:width="40dp"
10 android:height="40dp"
11 android:viewportWidth="192"
12 android:viewportHeight="192">
13
14 <path
15 android:fillColor="#E0E0E0"
16 android:pathData="M96,0C43.01,0,0,43.01,0,96s43.01,96,96,96s96-43.01,96- 96S148.99,0,96,0z" />
17 <path
18 android:fillColor="#BDBDBD"
19 android:pathData="M96,85.09c13.28,0,24-10.72,24-24c0-13.28-10.72-24-24-2 4s-24,10.72-24,24
20 C72,74.37,82.72,85.09,96,85.09z" />
21 <path
22 android:fillColor="#BDBDBD"
23 android:pathData="M96,99.27c-29.33,0-52.36,14.18-52.36,27.27c11.09,17.06 ,30.51,28.36,52.36,28.36
24 s41.27-11.3,52.36-28.36C148.36,113.45,125.33,99.27,96,99.27z" />
25 <path
26 android:pathData="M 0 0 H 192 V 192 H 0 V 0 Z" />
27 </vector>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698