diff options
author | John Spurlock <jspurlock@google.com> | 2014-05-07 17:49:08 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-05-13 18:43:40 -0400 |
commit | af8d6c44f06d2f8baac2c5774a9efdae3fc36797 (patch) | |
tree | 70d8104cd4efd9c84ea774b31a252ec7032f83a8 /packages/SystemUI/res/drawable/ic_qs_close.xml | |
parent | 58bfed927de858757e40195c1a77d2a9f385ff91 (diff) | |
download | frameworks_base-af8d6c44f06d2f8baac2c5774a9efdae3fc36797.zip frameworks_base-af8d6c44f06d2f8baac2c5774a9efdae3fc36797.tar.gz frameworks_base-af8d6c44f06d2f8baac2c5774a9efdae3fc36797.tar.bz2 |
New quick settings implementation.
Bug:14133785
Change-Id: I7f57f8e7ebcc3e1a06fa5204f477470f14299e1f
Diffstat (limited to 'packages/SystemUI/res/drawable/ic_qs_close.xml')
-rw-r--r-- | packages/SystemUI/res/drawable/ic_qs_close.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_qs_close.xml b/packages/SystemUI/res/drawable/ic_qs_close.xml new file mode 100644 index 0000000..c2c72c8 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_close.xml @@ -0,0 +1,28 @@ +<!-- +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:fill="#FF000000" + android:pathData="M19.0,6.4l-1.3999996,-1.4000001 -5.6000004,5.6000004 -5.6,-5.6000004 -1.4000001,1.4000001 5.6000004,5.6 -5.6000004,5.6000004 1.4000001,1.3999996 5.6,-5.6000004 5.6000004,5.6000004 1.3999996,-1.3999996 -5.6000004,-5.6000004z"/> +</vector> |