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

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

Issue 2821973003: bluetooth: Add RSSI icon for bluetooth choosers. (Closed)
Patch Set: #757575 -> @color/google_grey_600 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/drawable/ic_signal_cellular_2_bar.xml
diff --git a/chrome/android/java/res/drawable/ic_bluetooth_connected.xml b/chrome/android/java/res/drawable/ic_signal_cellular_2_bar.xml
similarity index 58%
copy from chrome/android/java/res/drawable/ic_bluetooth_connected.xml
copy to chrome/android/java/res/drawable/ic_signal_cellular_2_bar.xml
index 6f44896889776231fea4637a8263ffedd89131c2..7163e498ce9f090ef3d0ce07f5a2b31d30dfbe3f 100644
--- a/chrome/android/java/res/drawable/ic_bluetooth_connected.xml
+++ b/chrome/android/java/res/drawable/ic_signal_cellular_2_bar.xml
@@ -9,6 +9,10 @@
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"/>
+ android:pathData="M2,22h20V2z"
+ android:fillAlpha=".3"
+ android:fillColor="@color/google_grey_600"/>
+ <path
+ android:pathData="M14,10L2,22h12z"
+ android:fillColor="@color/google_grey_600"/>
</vector>

Powered by Google App Engine
This is Rietveld 408576698