aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-09-30 16:09:24 +0200
committerjruesga <jorge@ruesga.com>2012-09-30 16:09:24 +0200
commit8b8a35ff075858453818f91ad375a417c5b20acf (patch)
tree58d126305c89ac21fe67398c19661594a2476083 /res/drawable
parentacd5df9ce649492723e36d96fd9dfbc0fa3da67e (diff)
downloadandroid_packages_apps_CMFileManager-8b8a35ff075858453818f91ad375a417c5b20acf.tar.gz
android_packages_apps_CMFileManager-8b8a35ff075858453818f91ad375a417c5b20acf.tar.bz2
android_packages_apps_CMFileManager-8b8a35ff075858453818f91ad375a417c5b20acf.zip
More mime/types and drawables
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/fso_type_app.xml22
-rw-r--r--res/drawable/fso_type_calendar.xml22
-rw-r--r--res/drawable/fso_type_contact.xml22
-rw-r--r--res/drawable/fso_type_ebook.xml22
-rw-r--r--res/drawable/fso_type_email.xml22
-rw-r--r--res/drawable/fso_type_font.xml22
-rw-r--r--res/drawable/fso_type_system.xml22
7 files changed, 154 insertions, 0 deletions
diff --git a/res/drawable/fso_type_app.xml b/res/drawable/fso_type_app.xml
new file mode 100644
index 00000000..cd571950
--- /dev/null
+++ b/res/drawable/fso_type_app.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_app"/>
+
+</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_calendar.xml b/res/drawable/fso_type_calendar.xml
new file mode 100644
index 00000000..f3fe3d68
--- /dev/null
+++ b/res/drawable/fso_type_calendar.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_calendar"/>
+
+</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_contact.xml b/res/drawable/fso_type_contact.xml
new file mode 100644
index 00000000..d6c6d6ba
--- /dev/null
+++ b/res/drawable/fso_type_contact.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_contact"/>
+
+</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_ebook.xml b/res/drawable/fso_type_ebook.xml
new file mode 100644
index 00000000..02ae0c57
--- /dev/null
+++ b/res/drawable/fso_type_ebook.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_ebook"/>
+
+</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_email.xml b/res/drawable/fso_type_email.xml
new file mode 100644
index 00000000..393495e8
--- /dev/null
+++ b/res/drawable/fso_type_email.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_email"/>
+
+</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_font.xml b/res/drawable/fso_type_font.xml
new file mode 100644
index 00000000..5ed448d5
--- /dev/null
+++ b/res/drawable/fso_type_font.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_font"/>
+
+</layer-list> \ No newline at end of file
diff --git a/res/drawable/fso_type_system.xml b/res/drawable/fso_type_system.xml
new file mode 100644
index 00000000..084467ec
--- /dev/null
+++ b/res/drawable/fso_type_system.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_system"/>
+
+</layer-list> \ No newline at end of file