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

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

Issue 2794513002: Revert "[NTP::Downloads] Replace 36dp ... resources with vector ... ." (Closed)
Patch Set: remove dependent patch. Created 3 years, 8 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 <!-- TODO(https://crbug.com/602627) tools:targetApi added to mute the NewApi lin t error. -->
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="48dp"
10 android:height="48dp"
11 android:viewportWidth="48.0"
12 android:viewportHeight="48.0">
13 <path
14 android:pathData="M38,8L10,8c-2.21,0 -3.98,1.79 -3.98,4L6,36c0,2.21 1.79 ,4 4,4h28c2.21,0 4,-1.79 4,-4L42,12c0,-2.21 -1.79,-4 -4,-4zM28,36L10,36v-8h18v8z M28,26L10,26v-8h18v8zM38,36h-8L30,18h8v18z"
15 android:fillColor="#FFFFFF"/>
16 </vector>
OLDNEW
« no previous file with comments | « chrome/android/java/res/drawable/ic_drive_file_white.xml ('k') | chrome/android/java/res/drawable/ic_drive_text_white.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698