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_hotspot_transient" > 5 <target 6 android:name="circle_3" 7 android:animation="@anim/ic_hotspot_transient_circle_3_animation" /> 8 <target 9 android:name="circle_2" 10 android:animation="@anim/ic_hotspot_transient_circle_2_animation" /> 11 <target 12 android:name="circle_1" 13 android:animation="@anim/ic_hotspot_transient_circle_1_animation" /> 14 </animated-vector> 15