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

Unified Diff: ui/gfx/vector_icons/network_badge_add_other.1x.icon

Issue 2342793005: [ash-md] Adds Wi-Fi header row to system tray network detailed view (Closed)
Patch Set: [ash-md] Materializes system tray network detailed view Created 4 years, 3 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: ui/gfx/vector_icons/network_badge_add_other.1x.icon
diff --git a/ash/resources/vector_icons/system_tray_battery_alert.icon b/ui/gfx/vector_icons/network_badge_add_other.1x.icon
similarity index 60%
copy from ash/resources/vector_icons/system_tray_battery_alert.icon
copy to ui/gfx/vector_icons/network_badge_add_other.1x.icon
index 3da507dc4825440b927ab36535b2f22e1046a2f6..cf25ac4ad3c80e35e35fd0d4b74f422447ffba16 100644
--- a/ash/resources/vector_icons/system_tray_battery_alert.icon
+++ b/ui/gfx/vector_icons/network_badge_add_other.1x.icon
@@ -2,17 +2,24 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-CANVAS_DIMENSIONS, 32,
-MOVE_TO, 15, 11,
+CANVAS_DIMENSIONS, 8,
+PATH_COLOR_ARGB, 0xFF, 0x42, 0x85, 0xF4,
+MOVE_TO, 3, 0,
R_H_LINE_TO, 2,
R_V_LINE_TO, 8,
R_H_LINE_TO, -2,
-R_V_LINE_TO, -8,
+V_LINE_TO, 0,
CLOSE,
-R_MOVE_TO, 0, 10,
+MOVE_TO, 0, 3,
+R_H_LINE_TO, 8,
+R_V_LINE_TO, 2,
+H_LINE_TO, 0,
+R_V_LINE_TO, -2,
+CLOSE,
+MOVE_TO, 3, 3,
R_H_LINE_TO, 2,
R_V_LINE_TO, 2,
R_H_LINE_TO, -2,
R_V_LINE_TO, -2,
CLOSE,
-END
+END

Powered by Google App Engine
This is Rietveld 408576698