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/ic_bluetooth_transient" >
      5     <target
      6         android:name="group_1"
      7         android:animation="@anim/ic_bluetooth_transient_group_1_animation" />
      8     <target
      9         android:name="group_2"
     10         android:animation="@anim/ic_bluetooth_transient_group_2_animation" />
     11 </animated-vector>
     12