Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 ** Copyright 2018, The Android Open Source Project
      5 **
      6 ** Licensed under the Apache License, Version 2.0 (the "License");
      7 ** you may not use this file except in compliance with the License.
      8 ** You may obtain a copy of the License at
      9 **
     10 **     http://www.apache.org/licenses/LICENSE-2.0
     11 **
     12 ** Unless required by applicable law or agreed to in writing, software
     13 ** distributed under the License is distributed on an "AS IS" BASIS,
     14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     15 ** See the License for the specific language governing permissions and
     16 ** limitations under the License.
     17 */
     18 -->
     19 <animated-vector
     20     xmlns:android="http://schemas.android.com/apk/res/android"
     21     android:drawable="@drawable/wireless_charging" >
     22     <target
     23         android:name="null_1"
     24         android:animation="@anim/wireless_charging_null_1_animation" />
     25     <target
     26         android:name="dot_01_pivot"
     27         android:animation="@anim/wireless_charging__dot_01_pivot_animation" />
     28     <target
     29         android:name="ellipse_path_1"
     30         android:animation="@anim/wireless_charging_ellipse_path_1_animation" />
     31     <target
     32         android:name="dot_02_pivot"
     33         android:animation="@anim/wireless_charging__dot_02_pivot_animation" />
     34     <target
     35         android:name="ellipse_path_2"
     36         android:animation="@anim/wireless_charging_ellipse_path_2_animation" />
     37     <target
     38         android:name="dot_03_pivot"
     39         android:animation="@anim/wireless_charging__dot_03_pivot_animation" />
     40     <target
     41         android:name="ellipse_path_3"
     42         android:animation="@anim/wireless_charging_ellipse_path_3_animation" />
     43     <target
     44         android:name="dot_04_pivot"
     45         android:animation="@anim/wireless_charging__dot_04_pivot_animation" />
     46     <target
     47         android:name="ellipse_path_4"
     48         android:animation="@anim/wireless_charging_ellipse_path_4_animation" />
     49     <target
     50         android:name="dot_05_pivot"
     51         android:animation="@anim/wireless_charging__dot_05_pivot_animation" />
     52     <target
     53         android:name="ellipse_path_5"
     54         android:animation="@anim/wireless_charging_ellipse_path_5_animation" />
     55     <target
     56         android:name="dot_06_pivot"
     57         android:animation="@anim/wireless_charging__dot_06_pivot_animation" />
     58     <target
     59         android:name="ellipse_path_6"
     60         android:animation="@anim/wireless_charging_ellipse_path_6_animation" />
     61     <target
     62         android:name="dot_07_pivot"
     63         android:animation="@anim/wireless_charging__dot_07_pivot_animation" />
     64     <target
     65         android:name="ellipse_path_7"
     66         android:animation="@anim/wireless_charging_ellipse_path_7_animation" />
     67     <target
     68         android:name="dot_08_pivot"
     69         android:animation="@anim/wireless_charging__dot_08_pivot_animation" />
     70     <target
     71         android:name="ellipse_path_8"
     72         android:animation="@anim/wireless_charging_ellipse_path_8_animation" />
     73     <target
     74         android:name="dot_09_pivot"
     75         android:animation="@anim/wireless_charging__dot_09_pivot_animation" />
     76     <target
     77         android:name="ellipse_path_9"
     78         android:animation="@anim/wireless_charging_ellipse_path_9_animation" />
     79     <target
     80         android:name="dot_10_pivot"
     81         android:animation="@anim/wireless_charging__dot_10_pivot_animation" />
     82     <target
     83         android:name="ellipse_path_10"
     84         android:animation="@anim/wireless_charging_ellipse_path_10_animation" />
     85     <target
     86         android:name="dot_11_pivot"
     87         android:animation="@anim/wireless_charging__dot_11_pivot_animation" />
     88     <target
     89         android:name="ellipse_path_11"
     90         android:animation="@anim/wireless_charging_ellipse_path_11_animation" />
     91     <target
     92         android:name="dot_12_pivot"
     93         android:animation="@anim/wireless_charging__dot_12_pivot_animation" />
     94     <target
     95         android:name="ellipse_path_12"
     96         android:animation="@anim/wireless_charging_ellipse_path_12_animation" />
     97     <target
     98         android:name="dot_13_pivot"
     99         android:animation="@anim/wireless_charging__dot_13_pivot_animation" />
    100     <target
    101         android:name="ellipse_path_13"
    102         android:animation="@anim/wireless_charging_ellipse_path_13_animation" />
    103     <target
    104         android:name="dot_14_pivot"
    105         android:animation="@anim/wireless_charging__dot_14_pivot_animation" />
    106     <target
    107         android:name="ellipse_path_14"
    108         android:animation="@anim/wireless_charging_ellipse_path_14_animation" />
    109     <target
    110         android:name="dot_15_pivot"
    111         android:animation="@anim/wireless_charging__dot_15_pivot_animation" />
    112     <target
    113         android:name="ellipse_path_15"
    114         android:animation="@anim/wireless_charging_ellipse_path_15_animation" />
    115     <target
    116         android:name="dot_16_pivot"
    117         android:animation="@anim/wireless_charging__dot_16_pivot_animation" />
    118     <target
    119         android:name="ellipse_path_16"
    120         android:animation="@anim/wireless_charging_ellipse_path_16_animation" />
    121     <target
    122         android:name="dot_17_pivot"
    123         android:animation="@anim/wireless_charging__dot_17_pivot_animation" />
    124     <target
    125         android:name="ellipse_path_17"
    126         android:animation="@anim/wireless_charging_ellipse_path_17_animation" />
    127     <target
    128         android:name="dot_18_pivot"
    129         android:animation="@anim/wireless_charging__dot_18_pivot_animation" />
    130     <target
    131         android:name="ellipse_path_18"
    132         android:animation="@anim/wireless_charging_ellipse_path_18_animation" />
    133 </animated-vector>
    134