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

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

Issue 2431243003: bluetooth: Show connected icon for connected devices. (Closed)
Patch Set: Rebase Created 4 years, 2 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
Index: chrome/android/java/res/drawable/ic_bluetooth_connected_grey.xml
diff --git a/chrome/android/java/res/drawable/ic_bluetooth_connected_grey.xml b/chrome/android/java/res/drawable/ic_bluetooth_connected_grey.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d5e4a2d2f5698f2893674ca9167f480919730038
--- /dev/null
+++ b/chrome/android/java/res/drawable/ic_bluetooth_connected_grey.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2016 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"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:pathData="M7,12l-2,-2 -2,2 2,2 2,-2zM17.71,7.71L12,2h-1v7.59L6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 11,14.41L11,22h1l5.71,-5.71 -4.3,-4.29 4.3,-4.29zM13,5.83l1.88,1.88L13,9.59L13,5.83zM14.88,16.29L13,18.17v-3.76l1.88,1.88zM19,10l-2,2 2,2 2,-2 -2,-2z"
+ android:fillColor="#757575"/>
Ian Wen 2016/10/26 21:53:32 Since you are using color list to tint this drawab
+</vector>

Powered by Google App Engine
This is Rietveld 408576698