Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <animated-vector
      3     xmlns:android="http://schemas.android.com/apk/res/android"
      4     android:drawable="@drawable/enterprise_do" >
      5     <target
      6         android:name="dots_0"
      7         android:animation="@anim/enterprise_do_dots_0_animation" />
      8     <target
      9         android:name="lock"
     10         android:animation="@anim/enterprise_do_lock_animation" />
     11     <target
     12         android:name="path_32"
     13         android:animation="@anim/enterprise_do_path_32_animation" />
     14     <target
     15         android:name="cerc"
     16         android:animation="@anim/enterprise_do_cerc_animation" />
     17     <target
     18         android:name="circlegreen"
     19         android:animation="@anim/enterprise_do_circlegreen_animation" />
     20     <target
     21         android:name="ellipse_path_2"
     22         android:animation="@anim/enterprise_do_ellipse_path_2_animation" />
     23     <target
     24         android:name="circleyellow"
     25         android:animation="@anim/enterprise_do_circleyellow_animation" />
     26     <target
     27         android:name="ellipse_path_3"
     28         android:animation="@anim/enterprise_do_ellipse_path_3_animation" />
     29     <target
     30         android:name="circlered"
     31         android:animation="@anim/enterprise_do_circlered_animation" />
     32     <target
     33         android:name="ellipse_path_4"
     34         android:animation="@anim/enterprise_do_ellipse_path_4_animation" />
     35     <target
     36         android:name="circleblue"
     37         android:animation="@anim/enterprise_do_circleblue_animation" />
     38     <target
     39         android:name="ellipse_path_5"
     40         android:animation="@anim/enterprise_do_ellipse_path_5_animation" />
     41 </animated-vector>
     42