diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2015-04-27 20:32:01 +0900 |
|---|---|---|
| committer | Lorenzo Colitti <lorenzo@google.com> | 2015-05-02 10:43:31 +0900 |
| commit | d46bb58fa635110bf8c911107819e8bd8e8b06e2 (patch) | |
| tree | 2d6172bf12d2a3ddd8fd357719e1ed8e7a5076ab /packages/SystemUI/res/drawable | |
| parent | b57f236e30d87bdfa69bb99e6b3f5ec6a3cc07c7 (diff) | |
| download | frameworks_base-d46bb58fa635110bf8c911107819e8bd8e8b06e2.zip frameworks_base-d46bb58fa635110bf8c911107819e8bd8e8b06e2.tar.gz frameworks_base-d46bb58fa635110bf8c911107819e8bd8e8b06e2.tar.bz2 | |
Add a status bar icon for Ethernet.
Bug: 20613953
Change-Id: I52970b4f5fb6429876d1a2eb195a834c9e020021
Diffstat (limited to 'packages/SystemUI/res/drawable')
| -rw-r--r-- | packages/SystemUI/res/drawable/stat_sys_ethernet.xml | 30 | ||||
| -rw-r--r-- | packages/SystemUI/res/drawable/stat_sys_ethernet_fully.xml | 24 |
2 files changed, 54 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/stat_sys_ethernet.xml b/packages/SystemUI/res/drawable/stat_sys_ethernet.xml new file mode 100644 index 0000000..e765320 --- /dev/null +++ b/packages/SystemUI/res/drawable/stat_sys_ethernet.xml @@ -0,0 +1,30 @@ +<!-- +Copyright (C) 2015 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:autoMirrored="true" + android:width="18.77dp" + android:height="17dp" + android:viewportWidth="53.0" + android:viewportHeight="48.0"> + <path + android:fillColor="?attr/singleToneColor" + android:pathData="M15.54 13.52l-3.08-2.55L1.64 24l10.82 13.04 3.08-2.55L6.84 24l8.7-10.48zM14 26h4v-4h-4v4zm20-4h-4v4h4v-4zm-12 4h4v-4h-4v4zm13.54-15.04l-3.08 2.55L41.16 24l-8.7 10.48 3.08 2.55L46.36 24 35.54 10.96z"/> + <path + android:fillColor="?attr/singleToneColor" + android:pathData="M49.000000,40.000000l4.000000,0.000000l0.000000,4.000000l-4.000000,0.000000z"/> + <path + android:fillColor="?attr/singleToneColor" + android:pathData="M49.000000,20.000000l4.000000,0.000000l0.000000,16.100000l-4.000000,0.000000z"/></vector> diff --git a/packages/SystemUI/res/drawable/stat_sys_ethernet_fully.xml b/packages/SystemUI/res/drawable/stat_sys_ethernet_fully.xml new file mode 100644 index 0000000..b7b154c --- /dev/null +++ b/packages/SystemUI/res/drawable/stat_sys_ethernet_fully.xml @@ -0,0 +1,24 @@ +<!-- +Copyright (C) 2015 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="18.77dp" + android:height="17dp" + android:viewportWidth="53.0" + android:viewportHeight="48.0"> + <path + android:fillColor="?attr/singleToneColor" + android:pathData="M15.54 13.52l-3.08-2.55L1.64 24l10.82 13.04 3.08-2.55L6.84 24l8.7-10.48zM14 26h4v-4h-4v4zm20-4h-4v4h4v-4zm-12 4h4v-4h-4v4zm13.54-15.04l-3.08 2.55L41.16 24l-8.7 10.48 3.08 2.55L46.36 24 35.54 10.96z"/> +</vector> |
