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/seekbar_thumb_pressed_to_unpressed" >
5    <target
6        android:name="thumb"
7        android:animation="@anim/seekbar_thumb_pressed_to_unpressed_thumb_animation" />
8</animated-vector>
9