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

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

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fixes 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 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
Theresa 2017/04/28 14:56:03 This is from ic_tv_options_input_settings, right?
dullweber 2017/05/02 09:48:45 This icon is ic_tv_options_input_settings but rota
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="24dp"
10 android:height="24dp"
11 android:viewportWidth="24.0"
12 android:viewportHeight="24.0">
13 <path
14 android:pathData="M7.17,13.63L8.17,15.36C8.23,15.47 8.36,15.51 8.48,15.4 7L9.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.1 8 14.28,14.98L15.53,15.48C15.64,15.52 15.77,15.48 15.84,15.37L16.84,13.64C16.9,1 3.53 16.87,13.4 16.78,13.32L15.72,12.49C15.74,12.33 15.76,12.17 15.76,12C15.76,1 1.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,12C1 0,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,2 2.1 3.9,23 5,23L19,23C20.1,23 21,22.1 21,21ZM4.99,21L4.99,3L19.01,3L19.01,21L4.9 9,21L4.99,21Z"
15 android:fillColor="@color/google_grey_600"/>
16 </vector>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698