OSDN Git Service

Add a status bar icon for Ethernet.
authorLorenzo Colitti <lorenzo@google.com>
Mon, 27 Apr 2015 11:32:01 +0000 (20:32 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Sat, 2 May 2015 01:43:31 +0000 (10:43 +0900)
commitd46bb58fa635110bf8c911107819e8bd8e8b06e2
tree2d6172bf12d2a3ddd8fd357719e1ed8e7a5076ab
parentb57f236e30d87bdfa69bb99e6b3f5ec6a3cc07c7
Add a status bar icon for Ethernet.

Bug: 20613953
Change-Id: I52970b4f5fb6429876d1a2eb195a834c9e020021
packages/SystemUI/res/drawable/stat_sys_ethernet.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/stat_sys_ethernet_fully.xml [new file with mode: 0644]
packages/SystemUI/res/layout/signal_cluster_view.xml
packages/SystemUI/res/values/strings.xml
packages/SystemUI/src/com/android/systemui/statusbar/SignalClusterView.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/AccessibilityContentDescriptions.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/EthernetIcons.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/policy/EthernetSignalController.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkControllerImpl.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/NetworkControllerEthernetTest.java [new file with mode: 0644]