aboutsummaryrefslogtreecommitdiffstats
path: root/res
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
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')
-rw-r--r--res/drawable-hdpi/ic_fso_type_security.png (renamed from res/drawable-hdpi/ic_fso_type_certificate.png)bin1774 -> 1774 bytes
-rw-r--r--res/drawable-mdpi/ic_fso_type_security.png (renamed from res/drawable-mdpi/ic_fso_type_certificate.png)bin958 -> 958 bytes
-rw-r--r--res/drawable-xhdpi/ic_fso_type_security.png (renamed from res/drawable-xhdpi/ic_fso_type_certificate.png)bin2067 -> 2067 bytes
-rw-r--r--res/drawable/fso_type_security.xml (renamed from res/drawable/fso_type_certificate.xml)2
4 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_fso_type_certificate.png b/res/drawable-hdpi/ic_fso_type_security.png
index 1cfc33a0..1cfc33a0 100644
--- a/res/drawable-hdpi/ic_fso_type_certificate.png
+++ b/res/drawable-hdpi/ic_fso_type_security.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_fso_type_certificate.png b/res/drawable-mdpi/ic_fso_type_security.png
index b9e5aad5..b9e5aad5 100644
--- a/res/drawable-mdpi/ic_fso_type_certificate.png
+++ b/res/drawable-mdpi/ic_fso_type_security.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_fso_type_certificate.png b/res/drawable-xhdpi/ic_fso_type_security.png
index a1490603..a1490603 100644
--- a/res/drawable-xhdpi/ic_fso_type_certificate.png
+++ b/res/drawable-xhdpi/ic_fso_type_security.png
Binary files differ
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