summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorDan Sandler <dsandler@android.com>2014-09-03 22:14:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-03 22:14:32 +0000
commit6704cb980bdf319672ebbaf0f41cf1de2e278612 (patch)
treeff40aeb10f742ab8496c0939181bb49b3f0d55a3 /packages/SystemUI/res/drawable
parent29bd102bde73d5776647f45c66db80c7b0de920c (diff)
parentf4db75c20be81d92a0600394516af4511b76262c (diff)
downloadframeworks_base-6704cb980bdf319672ebbaf0f41cf1de2e278612.zip
frameworks_base-6704cb980bdf319672ebbaf0f41cf1de2e278612.tar.gz
frameworks_base-6704cb980bdf319672ebbaf0f41cf1de2e278612.tar.bz2
Merge "Adjust iconography in notification guts." into lmp-dev
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/ic_info.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_info.xml b/packages/SystemUI/res/drawable/ic_info.xml
new file mode 100644
index 0000000..65e7bf5
--- /dev/null
+++ b/packages/SystemUI/res/drawable/ic_info.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="24.0dp"
+ android:height="24.0dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:pathData="M12.000000,2.000000C6.500000,2.000000 2.000000,6.500000 2.000000,12.000000s4.500000,10.000000 10.000000,10.000000c5.500000,0.000000 10.000000,-4.500000 10.000000,-10.000000S17.500000,2.000000 12.000000,2.000000zM13.000000,17.000000l-2.000000,0.000000l0.000000,-6.000000l2.000000,0.000000L13.000000,17.000000zM13.000000,9.000000l-2.000000,0.000000L11.000000,7.000000l2.000000,0.000000L13.000000,9.000000z"
+ android:fillColor="#FFFFFF"/>
+</vector>