forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CrOS Tether] Display an X next to the cellular icon when disconnected.
This CL updates the mobile data section of network settings so that when a mobile network is not connected, an X is displayed as part of the icon to indicate clearly to users that the network is not connected. Without this icon, some users were confused and thought that they were connected to a mobile network when they actually were not. Bug: 764107, 672263 Change-Id: If1e10e838bffd5ab37cd9909fd02f448fefa3956 Reviewed-on: https://chromium-review.googlesource.com/693420 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#506272}
- Loading branch information
Kyle Horimoto
authored and
Commit Bot
committed
Oct 4, 2017
1 parent
7594bad
commit f566a4c
Showing
8 changed files
with
77 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
ash/resources/vector_icons/network_mobile_not_connected_x.1x.icon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// 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. | ||
|
||
CANVAS_DIMENSIONS, 24, | ||
MOVE_TO, 9.5f, 3.21f, | ||
LINE_TO, 8.8f, 2.5f, | ||
LINE_TO, 6, 5.3f, | ||
LINE_TO, 3.21f, 2.5f, | ||
R_LINE_TO, -0.7f, 0.71f, | ||
LINE_TO, 5.3f, 6, | ||
LINE_TO, 2.5f, 8.8f, | ||
R_LINE_TO, 0.71f, 0.71f, | ||
LINE_TO, 6, 6.71f, | ||
LINE_TO, 8.8f, 9.5f, | ||
R_LINE_TO, 0.71f, -0.7f, | ||
LINE_TO, 6.71f, 6, | ||
CLOSE, | ||
END |
19 changes: 19 additions & 0 deletions
19
ash/resources/vector_icons/network_mobile_not_connected_x.icon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// 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. | ||
|
||
CANVAS_DIMENSIONS, 48, | ||
MOVE_TO, 19.2f, 6.25f, | ||
LINE_TO, 17.75f, 4.8f, | ||
LINE_TO, 12, 10.55f, | ||
LINE_TO, 6.25f, 4.8f, | ||
LINE_TO, 4.8f, 6.25f, | ||
LINE_TO, 10.55f, 12, | ||
LINE_TO, 4.8f, 17.75f, | ||
R_LINE_TO, 1.45f, 1.45f, | ||
LINE_TO, 12, 13.45f, | ||
R_LINE_TO, 5.75f, 5.75f, | ||
R_LINE_TO, 1.45f, -1.45f, | ||
LINE_TO, 13.45f, 12, | ||
CLOSE, | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters