diff options
author | Andrew Flynn <flynn@google.com> | 2015-06-01 16:34:21 -0400 |
---|---|---|
committer | Andrew Flynn <flynn@google.com> | 2015-06-01 16:45:41 -0400 |
commit | 2fdbe128209f02725c645f29bff941efe865da56 (patch) | |
tree | 111425300d7e3805712f0326d22297040f2bc663 /packages/SystemUI/res/drawable | |
parent | 3b7f9615b70c7e62a018eb1abf0a52c8ba3e4d27 (diff) | |
download | frameworks_base-2fdbe128209f02725c645f29bff941efe865da56.zip frameworks_base-2fdbe128209f02725c645f29bff941efe865da56.tar.gz frameworks_base-2fdbe128209f02725c645f29bff941efe865da56.tar.bz2 |
Remove separate light/dark animated vector drawables
Now that AnimatedVectorDrawables can use themed animations, SysUI no longer
needs to track separate AVDs for the carrier network change icons.
Bug: 21118142
Change-Id: Ifb6d7b5e7e3de85c10bc13183b4142fd2e6714b6
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r-- | packages/SystemUI/res/drawable/stat_sys_signal_dark_carrier_network_change_animation.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/SystemUI/res/drawable/stat_sys_signal_dark_carrier_network_change_animation.xml b/packages/SystemUI/res/drawable/stat_sys_signal_dark_carrier_network_change_animation.xml deleted file mode 100644 index ff49d4c..0000000 --- a/packages/SystemUI/res/drawable/stat_sys_signal_dark_carrier_network_change_animation.xml +++ /dev/null @@ -1,27 +0,0 @@ -<!-- - Copyright (C) 2015 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. ---> -<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" - android:drawable="@drawable/stat_sys_signal_carrier_network_change" > - <target - android:name="dot1" - android:animation="@anim/ic_signal_dark_blink_1"/> - <target - android:name="dot2" - android:animation="@anim/ic_signal_dark_blink_2"/> - <target - android:name="dot3" - android:animation="@anim/ic_signal_dark_blink_3"/> -</animated-vector> |