aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-09-28 02:16:14 +0200
committerjruesga <jorge@ruesga.com>2012-09-28 02:16:14 +0200
commit3265a4edfe815e744df981f7f6bdc8fb72875895 (patch)
tree7cd56d71f5256636cdf4669ea7d38c008026b0a0 /res/drawable
parentfd69dc576aa1b6204eb1914bc8187ea139a81183 (diff)
downloadandroid_packages_apps_CMFileManager-3265a4edfe815e744df981f7f6bdc8fb72875895.tar.gz
android_packages_apps_CMFileManager-3265a4edfe815e744df981f7f6bdc8fb72875895.tar.bz2
android_packages_apps_CMFileManager-3265a4edfe815e744df981f7f6bdc8fb72875895.zip
Initial mime types and drawables
Initial commit for mime type, extensions and drawables for commons file types.
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/fso_type_audio.xml (renamed from res/drawable/fso_type_pdf.xml)2
-rw-r--r--res/drawable/fso_type_binary.xml (renamed from res/drawable/fso_type_compress.xml)2
-rw-r--r--res/drawable/fso_type_image.xml (renamed from res/drawable/fso_type_text.xml)2
-rw-r--r--res/drawable/fso_type_markup_document.xml22
-rw-r--r--res/drawable/fso_type_video.xml22
5 files changed, 47 insertions, 3 deletions
diff --git a/res/drawable/fso_type_pdf.xml b/res/drawable/fso_type_audio.xml
index 76ac88b7..7dc83309 100644
--- a/res/drawable/fso_type_pdf.xml
+++ b/res/drawable/fso_type_audio.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_pdf"/>
+ <item android:drawable="@drawable/ic_fso_type_audio"/>
</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_compress.xml b/res/drawable/fso_type_binary.xml
index 701906f8..2f48f644 100644
--- a/res/drawable/fso_type_compress.xml
+++ b/res/drawable/fso_type_binary.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_compress"/>
+ <item android:drawable="@drawable/ic_fso_type_binary"/>
</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_text.xml b/res/drawable/fso_type_image.xml
index 4f28b152..c1ee8e77 100644
--- a/res/drawable/fso_type_text.xml
+++ b/res/drawable/fso_type_image.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_text"/>
+ <item android:drawable="@drawable/ic_fso_type_image"/>
</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_markup_document.xml b/res/drawable/fso_type_markup_document.xml
new file mode 100644
index 00000000..4b99ee69
--- /dev/null
+++ b/res/drawable/fso_type_markup_document.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ** Copyright (C) 2012 The CyanogenMod 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.
+-->
+<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_markup_document"/>
+
+</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_video.xml b/res/drawable/fso_type_video.xml
new file mode 100644
index 00000000..7fecb88d
--- /dev/null
+++ b/res/drawable/fso_type_video.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ** Copyright (C) 2012 The CyanogenMod 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.
+-->
+<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_video"/>
+
+</layer-list> \ No newline at end of file