diff options
author | stofstik <verstegen.daan@gmail.com> | 2015-08-17 17:42:53 +0200 |
---|---|---|
committer | Danesh M <daneshm90@gmail.com> | 2015-12-09 17:22:48 -0800 |
commit | dbe722280e24de322b68e4645d22331ceed09616 (patch) | |
tree | 458a0532d080fe098984deb67b6c07512db514ae /packages/SystemUI/res/drawable | |
parent | c7a735cc66541b89b50babe8fdae28e47d3e2c11 (diff) | |
download | frameworks_base-dbe722280e24de322b68e4645d22331ceed09616.zip frameworks_base-dbe722280e24de322b68e4645d22331ceed09616.tar.gz frameworks_base-dbe722280e24de322b68e4645d22331ceed09616.tar.bz2 |
Added show volume panel tile to QS
Change-Id: Ic583c24e304d1edc903127237fc9eb5c7eeb7e4d
JIRA: CYAN-6721
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r-- | packages/SystemUI/res/drawable/ic_qs_volume_panel.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_qs_volume_panel.xml b/packages/SystemUI/res/drawable/ic_qs_volume_panel.xml new file mode 100644 index 0000000..4b818a5 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_volume_panel.xml @@ -0,0 +1,26 @@ +<?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="64dp" + android:height="64dp" + android:viewportWidth="48" + android:viewportHeight="48"> + + <path + android:fillColor="#FFFFFF" + android:pathData="M6.0,18.0l0.0,12.0l8.0,0.0l10.0,10.0L24.0,8.0L14.0,18.0L6.0,18.0zm27.0,6.0c0.0,-3.53 -2.04,-6.58 -5.0,-8.05l0.0,16.11c2.96,-1.48 5.0,-4.53 5.0,-8.06zM28.0,6.46l0.0,4.13c5.78,1.72 10.0,7.07 10.0,13.41s-4.22,11.69 -10.0,13.41l0.0,4.13c8.01,-1.82 14.0,-8.97 14.0,-17.54S36.01,8.28 28.0,6.46z"/> <!--TODO Needs own icon--> +</vector> |