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

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

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fix deps Created 3 years, 7 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 | « no previous file | chrome/android/java/res/xml/clear_browsing_data_preferences.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_tv_options_input_settings_rotated_grey.xml
diff --git a/chrome/android/java/res/drawable/ic_tv_options_input_settings_rotated_grey.xml b/chrome/android/java/res/drawable/ic_tv_options_input_settings_rotated_grey.xml
new file mode 100644
index 0000000000000000000000000000000000000000..af909fffdcbd354d9ca25df83547ebbbfc068fb4
--- /dev/null
+++ b/chrome/android/java/res/drawable/ic_tv_options_input_settings_rotated_grey.xml
@@ -0,0 +1,16 @@
+<?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. -->
+
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:targetApi="21"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:pathData="M7.17,13.63L8.17,15.36C8.23,15.47 8.36,15.51 8.48,15.47L9.72,14.97C9.98,15.17 10.26,15.34 10.57,15.46L10.76,16.78C10.77,16.91 10.88,17 11,17L13,17C13.12,17 13.23,16.91 13.25,16.79L13.44,15.47C13.74,15.34 14.03,15.18 14.28,14.98L15.53,15.48C15.64,15.52 15.77,15.48 15.84,15.37L16.84,13.64C16.9,13.53 16.87,13.4 16.78,13.32L15.72,12.49C15.74,12.33 15.76,12.17 15.76,12C15.76,11.83 15.75,11.67 15.72,11.51L16.78,10.68C16.87,10.6 16.9,10.47 16.84,10.36L15.84,8.63C15.78,8.52 15.65,8.48 15.53,8.52L14.29,9.02C14.03,8.82 13.75,8.65 13.45,8.53L13.26,7.21C13.23,7.09 13.12,7 13,7L11,7C10.88,7 10.77,7.09 10.75,7.21L10.56,8.53C10.26,8.66 9.97,8.82 9.71,9.02L8.47,8.52C8.36,8.48 8.23,8.52 8.16,8.63L7.16,10.36C7.1,10.47 7.12,10.6 7.22,10.68L8.28,11.51C8.26,11.67 8.25,11.83 8.25,12C8.25,12.17 8.26,12.33 8.29,12.49L7.23,13.32C7.13,13.39 7.11,13.53 7.17,13.63L7.17,13.63ZM12,10C13.1,10 14,10.9 14,12C14,13.1 13.1,14 12,14C10.9,14 10,13.1 10,12C10,10.9 10.9,10 12,10ZM21,21L21,3C21,1.9 20.1,1 19,1L5,1C3.9,1 3,1.9 3,3L3,21C3,22.1 3.9,23 5,23L19,23C20.1,23 21,22.1 21,21ZM4.99,21L4.99,3L19.01,3L19.01,21L4.99,21L4.99,21Z"
+ android:fillColor="@color/google_grey_600"/>
+</vector>
« no previous file with comments | « no previous file | chrome/android/java/res/xml/clear_browsing_data_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698