summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-07-28 20:11:04 +0200
committerJorim Jaggi <jjaggi@google.com>2014-07-28 20:01:10 +0000
commit02609c1d482b8088409c5637763e12c3a98a5210 (patch)
tree89c8e659e9e52641ec5a9333e029991a84c77f95
parent761cf8010fbe7f23168c2ec196549bdccb620af9 (diff)
downloadframeworks_base-02609c1d482b8088409c5637763e12c3a98a5210.zip
frameworks_base-02609c1d482b8088409c5637763e12c3a98a5210.tar.gz
frameworks_base-02609c1d482b8088409c5637763e12c3a98a5210.tar.bz2
Update alarm icon in status bar.
Now that we have new icons on Keyguard and QS, update it to the same icon in status bar as well. Change-Id: I87831a18b51719bb2b90b2198597ae20f61f8bb5
-rw-r--r--packages/SystemUI/res/drawable-hdpi/stat_sys_alarm.pngbin1130 -> 0 bytes
-rw-r--r--packages/SystemUI/res/drawable-mdpi/stat_sys_alarm.pngbin787 -> 0 bytes
-rw-r--r--packages/SystemUI/res/drawable-xhdpi/stat_sys_alarm.pngbin1553 -> 0 bytes
-rw-r--r--packages/SystemUI/res/drawable-xxhdpi/stat_sys_alarm.pngbin2432 -> 0 bytes
-rw-r--r--packages/SystemUI/res/drawable/stat_sys_alarm.xml25
5 files changed, 25 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable-hdpi/stat_sys_alarm.png b/packages/SystemUI/res/drawable-hdpi/stat_sys_alarm.png
deleted file mode 100644
index 2c55017..0000000
--- a/packages/SystemUI/res/drawable-hdpi/stat_sys_alarm.png
+++ /dev/null
Binary files differ
diff --git a/packages/SystemUI/res/drawable-mdpi/stat_sys_alarm.png b/packages/SystemUI/res/drawable-mdpi/stat_sys_alarm.png
deleted file mode 100644
index c6dc466..0000000
--- a/packages/SystemUI/res/drawable-mdpi/stat_sys_alarm.png
+++ /dev/null
Binary files differ
diff --git a/packages/SystemUI/res/drawable-xhdpi/stat_sys_alarm.png b/packages/SystemUI/res/drawable-xhdpi/stat_sys_alarm.png
deleted file mode 100644
index 8bca860..0000000
--- a/packages/SystemUI/res/drawable-xhdpi/stat_sys_alarm.png
+++ /dev/null
Binary files differ
diff --git a/packages/SystemUI/res/drawable-xxhdpi/stat_sys_alarm.png b/packages/SystemUI/res/drawable-xxhdpi/stat_sys_alarm.png
deleted file mode 100644
index d42d9d6..0000000
--- a/packages/SystemUI/res/drawable-xxhdpi/stat_sys_alarm.png
+++ /dev/null
Binary files differ
diff --git a/packages/SystemUI/res/drawable/stat_sys_alarm.xml b/packages/SystemUI/res/drawable/stat_sys_alarm.xml
new file mode 100644
index 0000000..3b2bc31
--- /dev/null
+++ b/packages/SystemUI/res/drawable/stat_sys_alarm.xml
@@ -0,0 +1,25 @@
+<!--
+ ~ 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="18dp"
+ android:height="18dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+
+ <path
+ android:fillColor="#ffffffff"
+ android:pathData="M22.0,5.7l-4.6,-3.9l-1.3,1.5l4.6,3.9L22.0,5.7zM7.9,3.4L6.6,1.9L2.0,5.7l1.3,1.5L7.9,3.4zM12.5,8.0L11.0,8.0l0.0,6.0l4.7,2.9l0.8,-1.2l-4.0,-2.4L12.5,8.0zM12.0,4.0c-5.0,0.0 -9.0,4.0 -9.0,9.0c0.0,5.0 4.0,9.0 9.0,9.0s9.0,-4.0 9.0,-9.0C21.0,8.0 17.0,4.0 12.0,4.0zM12.0,20.0c-3.9,0.0 -7.0,-3.1 -7.0,-7.0c0.0,-3.9 3.1,-7.0 7.0,-7.0c3.9,0.0 7.0,3.1 7.0,7.0C19.0,16.9 15.9,20.0 12.0,20.0z"/>
+</vector>