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

Unified Diff: chrome/android/java/res/drawable/ic_play_arrow_white.xml

Issue 2794513002: Revert "[NTP::Downloads] Replace 36dp ... resources with vector ... ." (Closed)
Patch Set: remove dependent patch. Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/drawable/ic_music_note_white.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/drawable/ic_play_arrow_white.xml
diff --git a/chrome/android/java/res/drawable/ic_play_arrow_white.xml b/chrome/android/java/res/drawable/ic_play_arrow_white.xml
deleted file mode 100644
index 5d555f251d80ed9f0b0a3f3362b0c5833944eadb..0000000000000000000000000000000000000000
--- a/chrome/android/java/res/drawable/ic_play_arrow_white.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2017 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file. -->
-<!-- TODO(https://crbug.com/602627) tools:targetApi added to mute the NewApi lint error. -->
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- tools:targetApi="21"
- android:width="48dp"
- android:height="48dp"
- android:viewportWidth="48.0"
- android:viewportHeight="48.0">
- <path
- android:pathData="M16,10v28l22,-14z"
- android:fillColor="#FFFFFF"/>
-</vector>
« no previous file with comments | « chrome/android/java/res/drawable/ic_music_note_white.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698