diff options
author | John Spurlock <jspurlock@google.com> | 2014-06-11 10:59:11 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-06-11 11:04:43 -0400 |
commit | 899f439a29ab1e609e7ba2aea3e9de3afef35c50 (patch) | |
tree | 4765efee69f6be4c4952ba985f6b2ec8b1354e21 /packages/SystemUI/res/drawable/stat_sys_no_sim.xml | |
parent | 542588e3ba1e25a9465246a8542b1b6cbe6f9249 (diff) | |
download | frameworks_base-899f439a29ab1e609e7ba2aea3e9de3afef35c50.zip frameworks_base-899f439a29ab1e609e7ba2aea3e9de3afef35c50.tar.gz frameworks_base-899f439a29ab1e609e7ba2aea3e9de3afef35c50.tar.bz2 |
SystemUI asset update.
- Updated location icons.
- Updated no-sim, plumb up to QS.
- Updated zen mode synthetic notification icon.
- Updated color inversion icons.
Change-Id: I4849fbe11683feab37160c3d23502b01035de66a
Diffstat (limited to 'packages/SystemUI/res/drawable/stat_sys_no_sim.xml')
-rw-r--r-- | packages/SystemUI/res/drawable/stat_sys_no_sim.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/stat_sys_no_sim.xml b/packages/SystemUI/res/drawable/stat_sys_no_sim.xml new file mode 100644 index 0000000..70948b7 --- /dev/null +++ b/packages/SystemUI/res/drawable/stat_sys_no_sim.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="18dp" + android:height="18dp"/> + + <viewport + android:viewportWidth="24.0" + android:viewportHeight="24.0"/> + + <path + android:fill="#4DFFFFFF" + android:pathData="M19.0,5.0c0.0,-1.1 -0.9,-2.0 -2.0,-2.0l-7.0,0.0L7.7,5.3L19.0,16.7L19.0,5.0zM3.7,3.9L2.4,5.2L5.0,7.8L5.0,19.0c0.0,1.1 0.9,2.0 2.0,2.0l10.0,0.0c0.4,0.0 0.7,-0.1 1.0,-0.3l1.9,1.9l1.3,-1.3L3.7,3.9z"/> +</vector> |