aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-09-29 18:16:20 +0200
committerjruesga <jorge@ruesga.com>2012-09-29 18:16:20 +0200
commitcfc430e0829effc3ba349514879bab911a8a00a8 (patch)
treea1921d8cd062e96811252c7ea2934538df95e50e /res/drawable
parent0d5727eeb2cb4941179cec87f98b4158f18de69e (diff)
downloadandroid_packages_apps_CMFileManager-cfc430e0829effc3ba349514879bab911a8a00a8.tar.gz
android_packages_apps_CMFileManager-cfc430e0829effc3ba349514879bab911a8a00a8.tar.bz2
android_packages_apps_CMFileManager-cfc430e0829effc3ba349514879bab911a8a00a8.zip
Rename certificate drawable to security
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/fso_type_security.xml (renamed from res/drawable/fso_type_certificate.xml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/fso_type_certificate.xml b/res/drawable/fso_type_security.xml
index 17f38552..48e3e999 100644
--- a/res/drawable/fso_type_certificate.xml
+++ b/res/drawable/fso_type_security.xml
@@ -17,6 +17,6 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/ic_fso_default"/>
- <item android:drawable="@drawable/ic_fso_type_certificate"/>
+ <item android:drawable="@drawable/ic_fso_type_security"/>
</layer-list> \ No newline at end of file