Files
app_Settings/res/drawable/ic_shortcut_data_usage.xml
Sunny Goyal 5f179fcef1 Adding custom manifest shortcuts in Settings app
Bug:28298258
Change-Id: Ie7fd86a999fa2abe2522adfb29573b86f36db3a5
2016-06-20 16:44:17 -07:00

46 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2016 The Android Open Source 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>
<bitmap android:src="@drawable/shortcut_base" />
</item>
<item>
<inset android:inset="19.2dp">
<vector android:width="24.0dp"
android:height="24.0dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="@color/icon_accent"
android:pathData="M26.0,4.1
l0.0,6.06
c6.7,0.97 12.0,6.79 12.0,13.84
0.0,1.79 -0.35,3.5 -0.96,5.07
l5.2,3.07
C43.35,29.65 44.0,26.91 44.0,24.0
c0.0,-10.37 -7.89,-18.89 -18.0,-19.9z
M24.0,38.0
c-7.73,0.0 -14.0,-6.27 -14.0,-14.0 0.0,-7.05 5.22,-12.87 12.0,-13.84
l0.0,-6
C11.88,5.1 4.0,13.63 4.0,24.0
c0.0,11.05 8.94,20.0 19.99,20.0 6.62,0.0 12.47,-3.23 16.11,-8.18
l-5.19,-3.06
C32.35,35.95 28.42,38.0 24.0,38.0z"/>
</vector>
</inset>
</item>
</layer-list>