summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorDave Kover <dkover@cyngn.com>2015-07-15 18:43:10 -0700
committerDave Kover <dkover@cyngn.com>2015-07-15 22:16:30 -0700
commitd6532b64b582989c9d883117ffe5e9bef3bffef7 (patch)
tree123e7ca5c0e59f89b4cc8e63fe401f156ec91bde /res/drawable
parent8e0bced9e82cab8f3cdf8d1e0e86cd5bea95a68c (diff)
downloadpackages_apps_ThemeChooser-d6532b64b582989c9d883117ffe5e9bef3bffef7.tar.gz
packages_apps_ThemeChooser-d6532b64b582989c9d883117ffe5e9bef3bffef7.tar.bz2
packages_apps_ThemeChooser-d6532b64b582989c9d883117ffe5e9bef3bffef7.zip
Update iconography.
Change main icon from holoyolo to material. Switch to mipmap ref. Remove LargeIcon from notification as it clashes with the new icon. Update iconography in the chooser for App Themer and Store. Change-Id: I5b4d5c7eb8ee617caf0dd352540d44d29d5345f1 Ticket: DES-365
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_appthemer.xml31
-rw-r--r--res/drawable/ic_qs_appthemer.xml29
-rw-r--r--res/drawable/ic_themestore.xml19
3 files changed, 67 insertions, 12 deletions
diff --git a/res/drawable/ic_appthemer.xml b/res/drawable/ic_appthemer.xml
new file mode 100644
index 0000000..f75cb8e
--- /dev/null
+++ b/res/drawable/ic_appthemer.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) 2015 Cyanogen, Inc.
+
+ 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.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="48dp"
+ android:height="48dp"
+ android:viewportWidth="48"
+ android:viewportHeight="48">
+
+ <path
+ android:fillColor="@color/bottom_row_icon_color"
+ android:pathData="M24,48C10.7,48,0,37.3,0,24S10.7,0,24,0s24,10.7,24,24S37.3,48,24,48z
+M12,37.1c0,0,1,1.9,4,1.9s7.9-2,11-2 c2,0,3.9,1,6,1s3-1,3-1v-5H12V37.1z
+M37,27c0-2.7-2.4-4-4-4c-1.6,0,0.3,0-2,0s-3.7-0.7-3.7-2.4c0-1.7,1.7-8.1,1.7-10.6s-1.9-5-5-5
+s-5,2.5-5,5s1.7,8.8,1.7,10.6c0,1.7-1.4,2.4-3.7,2.4s-0.4,0-2,0s-4,1.3-4,4s0,3,0,3h26C37,30,37,29.7,37,27z
+M24,7.7
+c1.2,0,2.2,1,2.2,2.2c0,1.3-0.9,2.2-2.2,2.2s-2.2-1-2.2-2.2C21.8,8.7,22.8,7.7,24,7.7z" />
+</vector> \ No newline at end of file
diff --git a/res/drawable/ic_qs_appthemer.xml b/res/drawable/ic_qs_appthemer.xml
new file mode 100644
index 0000000..5e2729c
--- /dev/null
+++ b/res/drawable/ic_qs_appthemer.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) 2015 Cyanogen, Inc.
+
+ 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.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="48dp"
+ android:height="48dp"
+ android:viewportWidth="48"
+ android:viewportHeight="48">
+
+ <path
+ android:fillColor="@color/per_app_theme_qs_icon_color"
+ android:pathData="M5.5,35.5c0,0,0-0.7,0-4.3s2.8-5.7,5-5.7c2.2,0,0.9,0,4,0c3.1,0,4.4-1.4,4.4-3.7c0-2.3-1.4-11-1.4-14.3
+s1.7-6,6-6s6,2.7,6,6s-1.4,12-1.4,14.3c0,2.3,1.3,3.7,4.4,3.7s1.8,0,4,0s5,2.1,5,5.7s0,4.3,0,4.3H5.5z
+M23.5,4.5c-1.7,0-3,1.3-3,3 s1.3,3,3,3s3-1.3,3-3S25.2,4.5,23.5,4.5z
+M40.5,44.5c0,0-5.7-1-10-1c-4.3,0-13.9,2-18,2s-6-2-6-2v-6h34V44.5z" />
+</vector> \ No newline at end of file
diff --git a/res/drawable/ic_themestore.xml b/res/drawable/ic_themestore.xml
index 1626ef8..ab48486 100644
--- a/res/drawable/ic_themestore.xml
+++ b/res/drawable/ic_themestore.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (c) 2015 The CyanogenMod Project
+ Copyright (c) 2015 Cyanogen, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -21,15 +21,10 @@
android:viewportHeight="48">
<path
- android:fillColor="#FFFFFF"
- android:pathData="M42.8,12.5v28c0,0.9,0.5,5-19,5c-19,0-19-3.4-19-4v-29c-2.6-1.6-3.9-2.9-4-3l2-3h2
-v-2c0.2-0.1,2.9-2,19-2c15.6,0,19,2,19,2v2h2l2,3C46.6,9.6,45.4,10.9,42.8,12.5z
-M6.8,40.5c0,0.5-0.1,2.3,17,2.3
-c17.4,0,17-2.1,17-2.3v-22c-0.6-0.4-1-1.6-1-2.3v-2c-1.4,0.7-2.2,0.9-4,1.5v0.6c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0V17v1.5V19
-c0,1.4-1.1,2.5-2.5,2.5s-2.5-1.1-2.5-2.5v-2c0-0.1,0-0.1,0-0.2c-1.5,0.3-3.4,0.6-5,0.7V19v2.5V22c0,1.4-1.1,2.5-2.5,2.5
-s-2.5-1.1-2.5-2.5v-0.5V19v-0.5c-1.7-0.1-2.5-0.7-4-1V24v4.5V30c0,1.4-1.1,2.5-2.5,2.5s-2.5-1.1-2.5-2.5v-1.2V24v-7.5
-c-1.7-0.6-1.7-0.3-3-1c0,1.3,0,3,0,3c0,0.8-1.4,1.6-2,2V40.5z
-M42.9,8.8L42.9,8.8c0,0-5.9,2-12.2,3c0-0.1,0-0.2,0-0.3v-3
-c0-1.1-1.1-2-2.5-2s-2.5,0.9-2.5,2v3c0,0.3,0.1,0.6,0.3,0.9c-0.8,0.1-1.5,0.1-2.3,0.1c-1,0-2.1-0.1-3.2-0.2c0.1-0.3,0.2-0.5,0.2-0.8
-v-1c0-1.1-0.9-2-2-2s-2,0.9-2,2v1c0,0.1,0,0.2,0,0.3c-6.3-1.2-12-3.3-12-3.3s5.6,6,19,6C38.4,14.5,42.4,9.7,42.9,8.8L42.9,8.8z" />
+ android:fillColor="@color/bottom_row_icon_color"
+ android:pathData="M24,48C10.7,48,0,37.3,0,24S10.7,0,24,0s24,10.7,24,24S37.3,48,24,48z
+M38,14h-1v-3h-3v9c0,0.8-0.7,1.1-1.5,1.1
+c-0.8,0-1.5-0.3-1.5-1.1v-9h-3v14c0,1.1-0.2,2-1,2c-0.3,0-0.6,0-1,0c-0.5-0.4-1-0.9-1-2V15h-3v7c0,0.8-0.1,2-0.8,2
+c-0.8,0-1.2-0.2-1.2-1v-7h-3v14c0,0.8-0.7,1.3-1.5,1.3c-0.8,0-1.5-0.5-1.5-1.3V11h-3v3h-1v6h1v14c0,1.6,1.4,3,3,3h20
+c1.6,0,3-1.4,3-3V20h1V14z" />
</vector> \ No newline at end of file