summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2010-02-05 13:09:16 -0800
committerDaniel Sandler <dsandler@google.com>2010-02-05 16:49:20 -0800
commitf6a5c0999d79a52d2f8b4160a802e2aba08467cb (patch)
tree45b54fd40070f02ea4c243ac9c6dab4be0b6dfb6 /core
parent420bc12ed03dd0514e0d0400385ceba3e91bbe2c (diff)
downloadframeworks_base-f6a5c0999d79a52d2f8b4160a802e2aba08467cb.zip
frameworks_base-f6a5c0999d79a52d2f8b4160a802e2aba08467cb.tar.gz
frameworks_base-f6a5c0999d79a52d2f8b4160a802e2aba08467cb.tar.bz2
Groundwork for new lock icon in the status bar.
Will be shown when the screen is on and the secure lockscreen is engaged (i.e. shown, or active but behind a FLAG_SHOW_WHEN_LOCKED activity). Change-Id: I03475c8ba4abfe87c7e4a4c6b833e12c71d6dbc0
Diffstat (limited to 'core')
-rw-r--r--core/res/res/drawable-hdpi/stat_sys_secure.pngbin0 -> 923 bytes
-rw-r--r--core/res/res/drawable-mdpi/stat_sys_secure.pngbin0 -> 631 bytes
-rw-r--r--core/res/res/values/arrays.xml1
3 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/drawable-hdpi/stat_sys_secure.png b/core/res/res/drawable-hdpi/stat_sys_secure.png
new file mode 100644
index 0000000..4bae258
--- /dev/null
+++ b/core/res/res/drawable-hdpi/stat_sys_secure.png
Binary files differ
diff --git a/core/res/res/drawable-mdpi/stat_sys_secure.png b/core/res/res/drawable-mdpi/stat_sys_secure.png
new file mode 100644
index 0000000..5f9ae69
--- /dev/null
+++ b/core/res/res/drawable-mdpi/stat_sys_secure.png
Binary files differ
diff --git a/core/res/res/values/arrays.xml b/core/res/res/values/arrays.xml
index 3dbfa25..cdc15c2 100644
--- a/core/res/res/values/arrays.xml
+++ b/core/res/res/values/arrays.xml
@@ -107,6 +107,7 @@
icons in the status bar that are not notifications. -->
<string-array name="status_bar_icon_order">
<item><xliff:g id="id">clock</xliff:g></item>
+ <item><xliff:g id="id">secure</xliff:g></item>
<item><xliff:g id="id">alarm_clock</xliff:g></item>
<item><xliff:g id="id">battery</xliff:g></item>
<item><xliff:g id="id">phone_signal</xliff:g></item>