summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorgabriele <gabrielelucci.0@gmail.com>2016-01-27 20:00:07 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-31 17:44:41 -0800
commit0352eee716d4d217ee5f5427322679a1dba42b53 (patch)
treec0ff454cac787baf695cfd955fb6c0702f2ef41a /res/xml
parent109060f2a3c3309ed76cac5150509cb95cf6fd36 (diff)
downloadpackages_apps_Settings-0352eee716d4d217ee5f5427322679a1dba42b53.zip
packages_apps_Settings-0352eee716d4d217ee5f5427322679a1dba42b53.tar.gz
packages_apps_Settings-0352eee716d4d217ee5f5427322679a1dba42b53.tar.bz2
Settings: Use correct icon for lock screen settings entry.
* Give lock screen entry its own icon rather than using the security one. Change-Id: I4e4530d97dd3dc691cdd08ab328cd583f70e2edf
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/dashboard_categories.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/dashboard_categories.xml b/res/xml/dashboard_categories.xml
index acf6874..dc1effb 100644
--- a/res/xml/dashboard_categories.xml
+++ b/res/xml/dashboard_categories.xml
@@ -140,7 +140,7 @@
android:id="@+id/lockscreen_settings"
android:title="@string/lockscreen_settings"
android:fragment="com.android.settings.SecuritySettings"
- android:icon="@drawable/ic_settings_security">
+ android:icon="@drawable/ic_settings_lockscreen">
<extra android:name="filter_type" android:value="0" />
</dashboard-tile>