Home | History | Annotate | Download | only in drawable
      1 <animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
      2     android:drawable="@drawable/dismiss_all_shape" >
      3     <target
      4         android:name="3"
      5         android:animation="@anim/dismiss_all_shape_animation_3" />
      6     <target
      7         android:name="rectangle_path_1_2"
      8         android:animation="@anim/dismiss_all_shape_animation_rectangle_path_1_2" />
      9     <target
     10         android:name="2"
     11         android:animation="@anim/dismiss_all_shape_animation_2" />
     12     <target
     13         android:name="rectangle_path_1_1"
     14         android:animation="@anim/dismiss_all_shape_animation_rectangle_path_1_1" />
     15     <target
     16         android:name="1"
     17         android:animation="@anim/dismiss_all_shape_animation_1" />
     18     <target
     19         android:name="rectangle_path_1"
     20         android:animation="@anim/dismiss_all_shape_animation_rectangle_path_1" />
     21 </animated-vector>
     22