diff options
author | John Spurlock <jspurlock@google.com> | 2014-05-18 17:20:05 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-05-18 17:20:05 -0400 |
commit | 83e2848c562bf951fd49d85da338eb6dc459cff2 (patch) | |
tree | 46530c4cb237e5e26c19820ee97692e1bcfc90d4 /packages/SystemUI/res/drawable/ic_qs_rotation_09.xml | |
parent | 08d4e3fb41f2d038f3659a7a9ae30a6045578b56 (diff) | |
download | frameworks_base-83e2848c562bf951fd49d85da338eb6dc459cff2.zip frameworks_base-83e2848c562bf951fd49d85da338eb6dc459cff2.tar.gz frameworks_base-83e2848c562bf951fd49d85da338eb6dc459cff2.tar.bz2 |
QuickSettings: Remove vector drawable runtime processing.
Remove temporary harness responsible for creating enabled/disabled
versions of vectors at runtime. Instead, pre-compute the necessary
states as separate files.
Normalize all qs icon names, cleanup obsolete pngs, and replace
the DND hangtag.
Bug:14133785
Change-Id: Ifb58635b832d25ca1de7e9f79cf8ec3503ea8cec
Diffstat (limited to 'packages/SystemUI/res/drawable/ic_qs_rotation_09.xml')
-rw-r--r-- | packages/SystemUI/res/drawable/ic_qs_rotation_09.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_qs_rotation_09.xml b/packages/SystemUI/res/drawable/ic_qs_rotation_09.xml new file mode 100644 index 0000000..ebfbad6 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_rotation_09.xml @@ -0,0 +1,34 @@ +<!-- +Copyright (C) 2014 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. +--> +<vector xmlns:android="http://schemas.android.com/apk/res/android" > + <size + android:width="64dp" + android:height="64dp"/> + + <viewport + android:viewportWidth="24.0" + android:viewportHeight="24.0"/> + + <path + android:pathData="M11.45,12c0,0.14,0.12,0.25,0.25,0.25l0.06,0l0,-0.5l-0.06,0C11.57,11.75,11.45,11.86,11.45,12z" + android:fill="#00000000"/> + <path + android:fill="#FFFFFFFF" + android:pathData="M11.77,11.62l-0.06,0.0c-0.21,0.0 -0.37,0.17 -0.38,0.37c0.0,0.21 0.17,0.37 0.37,0.37l0.06,0.0c0.0,0.07 0.06,0.12 0.12,0.13l0.62,0.0c0.07,0.0 0.12,-0.06 0.13,-0.12l0.0,-0.75c0.0,-0.07 -0.06,-0.12 -0.12,-0.13l-0.62,0.0C11.83,11.5 11.77,11.56 11.77,11.62zM12.33,12.0c0.0,0.07 -0.06,0.12 -0.13,0.12c-0.07,0.0 -0.12,-0.06 -0.12,-0.13c0.0,-0.07 0.06,-0.12 0.13,-0.12C12.28,11.88 12.33,11.93 12.33,12.0zM11.77,11.75l0.0,0.5l-0.06,0.0c-0.14,0.0 -0.26,-0.11 -0.25,-0.25c0.0,-0.14 0.12,-0.25 0.26,-0.25L11.77,11.75z"/> + <path + android:fill="#FFFFFFFF" + android:pathData="M3.83,5.44c2.21,-2.87 5.85,-4.38 9.64,-3.9l0.34,-1.46C7.64,-0.75 1.81,3.12 0.37,9.25C0.32,9.45 0.28,9.64 0.21,9.93L4.78,7.1L3.83,5.44zM20.28,18.53c-2.21,2.87 -5.85,4.38 -9.64,3.9l-0.32,1.36c6.15,0.93 11.99,-2.95 13.42,-9.08c0.05,-0.19 0.09,-0.39 0.16,-0.68l-4.57,2.83L20.28,18.53z"/> +</vector> |