diff options
author | Jason Monk <jmonk@google.com> | 2014-12-08 19:42:56 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-08 19:42:56 +0000 |
commit | d3eee336d68bf44aba42a834bdf76a8fa1c8f5e8 (patch) | |
tree | 675b4626dd6674f2bce9acda4973c36eee48e4ea /packages/SystemUI/res | |
parent | c34118a70d5a9e91cfbb5c532d74aedd3d67d968 (diff) | |
parent | 15a8a1531eb457a71fe2db6c6d2bde981d5d7944 (diff) | |
download | frameworks_base-d3eee336d68bf44aba42a834bdf76a8fa1c8f5e8.zip frameworks_base-d3eee336d68bf44aba42a834bdf76a8fa1c8f5e8.tar.gz frameworks_base-d3eee336d68bf44aba42a834bdf76a8fa1c8f5e8.tar.bz2 |
am 15a8a153: am 32eb928c: Merge "QS Wifi panel show icon on secure networks" into lmp-mr1-dev
* commit '15a8a1531eb457a71fe2db6c6d2bde981d5d7944':
QS Wifi panel show icon on secure networks
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/drawable/qs_ic_wifi_lock.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/qs_ic_wifi_lock.xml b/packages/SystemUI/res/drawable/qs_ic_wifi_lock.xml new file mode 100644 index 0000000..2ac223b --- /dev/null +++ b/packages/SystemUI/res/drawable/qs_ic_wifi_lock.xml @@ -0,0 +1,28 @@ +<!-- +Copyright (C) 2014 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="24.0dp" + android:height="24.0dp" + android:viewportWidth="72.0" + android:viewportHeight="72.0"> + <group + android:translateX="52.0" + android:translateY="42.0" > + <path + android:fillColor="#FFFFFFFF" + android:pathData="M18.0,8.0l-1.0,0.0L17.0,6.0c0.0,-2.76 -2.24,-5.0 -5.0,-5.0S7.0,3.24 7.0,6.0l0.0,2.0L6.0,8.0c-1.1,0.0 -2.0,0.9 -2.0,2.0l0.0,10.0c0.0,1.0 0.9,2.0 2.0,2.0l12.0,0.0c1.1,0.0 2.0,-0.9 2.0,-2.0L20.0,10.0c0.0,-1.1 -0.9,-2.0 -2.0,-2.0zm-6.0,9.0c-1.1,0.0 -2.0,-0.9 -2.0,-2.0s0.9,-2.0 2.0,-2.0 2.0,0.9 2.0,2.0 -0.9,2.0 -2.0,2.0zm3.1,-9.0L8.9,8.0L8.9,6.0c0.0,-1.71 1.39,-3.1 3.1,-3.1 1.71,0.0 3.1,1.39 3.1,3.1l0.0,2.0z"/> + </group> +</vector> |