summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2014-09-03 13:18:57 -0400
committerJason Monk <jmonk@google.com>2014-09-05 10:31:00 -0400
commit3128f12f216ef481b5d03892b35706cfeec26d7c (patch)
tree9404ce923746ca0d8ea9e052decb431b42195ae5 /packages/SystemUI/res/drawable
parent6bed40eddc29c536c064c9238cfefe863c3d0db5 (diff)
downloadframeworks_base-3128f12f216ef481b5d03892b35706cfeec26d7c.zip
frameworks_base-3128f12f216ef481b5d03892b35706cfeec26d7c.tar.gz
frameworks_base-3128f12f216ef481b5d03892b35706cfeec26d7c.tar.bz2
Add VPN Key to signal icons
Since the notification is going away, this gives a persistent icon to indicate that VPN is active. Bug: 16153201 Change-Id: Ic2ca7a332817967b76871bd0800d6f0a77a295cd
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/stat_sys_vpn_ic.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/stat_sys_vpn_ic.xml b/packages/SystemUI/res/drawable/stat_sys_vpn_ic.xml
new file mode 100644
index 0000000..7ca8c40
--- /dev/null
+++ b/packages/SystemUI/res/drawable/stat_sys_vpn_ic.xml
@@ -0,0 +1,24 @@
+<!--
+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="17.0dp"
+ android:height="17.0dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M12.700000,10.000000c-0.800000,-2.300000 -3.000000,-4.000000 -5.700000,-4.000000c-3.300000,0.000000 -6.000000,2.700000 -6.000000,6.000000s2.700000,6.000000 6.000000,6.000000c2.600000,0.000000 4.800000,-1.700000 5.700000,-4.000000L17.000000,14.000000l0.000000,4.000000l4.000000,0.000000l0.000000,-4.000000l2.000000,0.000000l0.000000,-4.000000L12.700000,10.000000zM7.000000,14.000000c-1.100000,0.000000 -2.000000,-0.900000 -2.000000,-2.000000c0.000000,-1.100000 0.900000,-2.000000 2.000000,-2.000000s2.000000,0.900000 2.000000,2.000000C9.000000,13.100000 8.100000,14.000000 7.000000,14.000000z"/>
+</vector>