summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_themestore.xml
diff options
context:
space:
mode:
authorDave Kover <dkover@cyngn.com>2015-03-13 17:45:55 -0700
committerDave Kover <dkover@cyngn.com>2015-03-13 18:37:45 -0700
commit0e62bfaf2f382f9219528d51351c163329012446 (patch)
treefdefe46953a6df175dd44eed15e4915896b004ea /res/drawable/ic_themestore.xml
parent1d81b80eb61bcaebb1b2f85b0a3c4a61aea75abe (diff)
downloadpackages_apps_ThemeChooser-0e62bfaf2f382f9219528d51351c163329012446.tar.gz
packages_apps_ThemeChooser-0e62bfaf2f382f9219528d51351c163329012446.tar.bz2
packages_apps_ThemeChooser-0e62bfaf2f382f9219528d51351c163329012446.zip
Remove old branding from iconography.
Update launcher icon and remove the mark. Update ic_themestore to remove the old mark and turn resource into a vector drawable. Fix HDPI notification icon to be correct size. Change-Id: I3f12975a1e510c4e2bdbf668456b5370dcee9bcd
Diffstat (limited to 'res/drawable/ic_themestore.xml')
-rw-r--r--res/drawable/ic_themestore.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/res/drawable/ic_themestore.xml b/res/drawable/ic_themestore.xml
new file mode 100644
index 0000000..1626ef8
--- /dev/null
+++ b/res/drawable/ic_themestore.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) 2015 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.
+-->
+<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="#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" />
+</vector> \ No newline at end of file