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/generic_confirmation" >
5    <target
6        android:name="icon"
7        android:animation="@anim/generic_confirmation_icon_animation" />
8    <target
9        android:name="generic_confirmation"
10        android:animation="@anim/generic_confirmation_animation" />
11</animated-vector>
12