CMSDK: Update iconography for resource package.

Change-Id: I6259d4dde7af32bb99263227bb93a5dee3a972d0
This commit is contained in:
Adnan Begovic 2015-06-23 19:24:18 -07:00
parent f1f9f25a34
commit 4e081aef67
2 changed files with 34 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<permission android:name="cyanogenmod.permission.PUBLISH_CUSTOM_TILE"
android:label="@string/permlab_publishCustomTile"
android:description="@string/permdesc_publishCustomTile"
android:icon="@drawable/ic_launcher_cyanogenmod"
android:protectionLevel="normal" />
<application android:process="system"

View File

@ -0,0 +1,33 @@
<?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="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#33B5E5"
android:pathData="M22,10.7v3.9v1v1.1c0,3.5-3.4,4.5-9.4,4.6h0c-0.2,0-0.4,0-0.6,0v0h0v0c-0.2,0-0.4,0-0.6,0
h-0.4v0C5.3,21.2,2,20.1,2,16.7v-1.1v-1v-3.9c0-1.9,1-3,2.8-3.7L3.4,3.6c-0.1-0.3,0-0.7,0.4-0.9c0.3-0.1,0.7,0,0.9,0.4L6,6.6
c1.4-0.3,3.1-0.5,5-0.5h0c0.3,0,0.6,0,0.9,0v0h0v0c2.4,0,4.4,0.1,6,0.5l1.4-3.5c0.1-0.3,0.5-0.5,0.9-0.4c0.3,0.1,0.5,0.5,0.4,0.9
l-1.4,3.3C21,7.6,22,8.8,22,10.7z
M6.9,10.6c-1.7,0-3,1.3-3,3c0,1.7,1.3,3,3,3c1.7,0,3-1.3,3-3C9.9,11.9,8.5,10.6,6.9,10.6z
M17.1,10.6c-1.7,0-3,1.3-3,3c0,1.7,1.3,3,3,3c1.7,0,3-1.3,3-3C20.1,11.9,18.8,10.6,17.1,10.6z
M10.8,17.9
C10.8,17.9,10.8,17.9,10.8,17.9c0,0.5,0.4,0.9,0.8,0.9h0.6c0.5,0,0.8-0.4,0.8-0.8c0,0,0,0,0-0.1H10.8z" />
</vector>